正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -557,7 +557,7 @@ class ProductLogic extends BaseLogic | @@ -557,7 +557,7 @@ class ProductLogic extends BaseLogic | ||
| 557 | $column_id = $columnModel->addReturnId($v); | 557 | $column_id = $columnModel->addReturnId($v); |
| 558 | //执行新增描述 | 558 | //执行新增描述 |
| 559 | $detailModel = new Detail(); | 559 | $detailModel = new Detail(); |
| 560 | - $detailList = $detailModel->list(['product_id'=>$product_id,'column_id'=>$v['column_id']]); | 560 | + $detailList = $detailModel->list(['product_id'=>$product_id,'column_id'=>$v['id']]); |
| 561 | if(!empty($detailList)){ | 561 | if(!empty($detailList)){ |
| 562 | $data = []; | 562 | $data = []; |
| 563 | foreach ($detailList as $val){ | 563 | foreach ($detailList as $val){ |
-
请 注册 或 登录 后发表评论