|
...
|
...
|
@@ -43,7 +43,7 @@ class AiProductLogic extends BaseLogic |
|
|
|
public function productList($map){
|
|
|
|
$map['project_id'] = $this->user['project_id'];
|
|
|
|
$productModel = new Product();
|
|
|
|
$list = $productModel->list($map,'created_at',['id','title','attrs','describe','project_id']);
|
|
|
|
$list = $productModel->list($map,'created_at',['id','title','project_id']);
|
|
|
|
return $this->success($list);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|