正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -81,7 +81,7 @@ class UpdateBuildConfiguration extends Command | @@ -81,7 +81,7 @@ class UpdateBuildConfiguration extends Command | ||
| 81 | */ | 81 | */ |
| 82 | public function getProduct(){ | 82 | public function getProduct(){ |
| 83 | $productModel = new Product(); | 83 | $productModel = new Product(); |
| 84 | - $lists = $productModel->list([],'id',['id','content']); | 84 | + $lists = $productModel->list([],'id',['id','describe']); |
| 85 | $detailModel = new Detail(); | 85 | $detailModel = new Detail(); |
| 86 | if(!empty($lists)){ | 86 | if(!empty($lists)){ |
| 87 | foreach ($lists as $k => $v){ | 87 | foreach ($lists as $k => $v){ |
-
请 注册 或 登录 后发表评论