|
...
|
...
|
@@ -557,7 +557,7 @@ class ProductLogic extends BaseLogic |
|
|
|
$column_id = $columnModel->addReturnId($v);
|
|
|
|
//执行新增描述
|
|
|
|
$detailModel = new Detail();
|
|
|
|
$detailList = $detailModel->list(['product_id'=>$product_id,'column_id'=>$v['column_id']]);
|
|
|
|
$detailList = $detailModel->list(['product_id'=>$product_id,'column_id'=>$v['id']]);
|
|
|
|
if(!empty($detailList)){
|
|
|
|
$data = [];
|
|
|
|
foreach ($detailList as $val){
|
...
|
...
|
|