正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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']); |
-
请 注册 或 登录 后发表评论