|
...
|
...
|
@@ -466,6 +466,7 @@ class ProductLogic extends BaseLogic |
|
|
|
$extendList = $extendInfoModel->list(['product_id'=>$old_id]);
|
|
|
|
if(!empty($extendList)){
|
|
|
|
foreach ($extendList as $k => $v){
|
|
|
|
unset($v['id']);
|
|
|
|
$v['product_id'] = $new_id;
|
|
|
|
$v['created_at'] = date('Y-m-d H:i:s');
|
|
|
|
$v['updated_at'] = date('Y-m-d H:i:s');
|
...
|
...
|
|