作者 lyh

gx修复报错信息

@@ -463,7 +463,7 @@ class ProductLogic extends BaseLogic @@ -463,7 +463,7 @@ class ProductLogic extends BaseLogic
463 */ 463 */
464 public function copyExtendInfo($old_id,$new_id){ 464 public function copyExtendInfo($old_id,$new_id){
465 $extendInfoModel = new ExtendInfo(); 465 $extendInfoModel = new ExtendInfo();
466 - $extendList = $extendInfoModel->list(['product_id'=>$old_id]); 466 + $extendList = $extendInfoModel->list(['product_id'=>$old_id],'created_at');
467 if(!empty($extendList)){ 467 if(!empty($extendList)){
468 foreach ($extendList as $k => $v){ 468 foreach ($extendList as $k => $v){
469 unset($v['id']); 469 unset($v['id']);