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