正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -43,7 +43,7 @@ class AiProductLogic extends BaseLogic | @@ -43,7 +43,7 @@ class AiProductLogic extends BaseLogic | ||
| 43 | public function productList($map){ | 43 | public function productList($map){ |
| 44 | $map['project_id'] = $this->user['project_id']; | 44 | $map['project_id'] = $this->user['project_id']; |
| 45 | $productModel = new Product(); | 45 | $productModel = new Product(); |
| 46 | - $list = $productModel->list($map,'created_at',['id','title','attrs','describe','project_id']); | 46 | + $list = $productModel->list($map,'created_at',['id','title','project_id']); |
| 47 | return $this->success($list); | 47 | return $this->success($list); |
| 48 | } | 48 | } |
| 49 | 49 |
-
请 注册 或 登录 后发表评论