|
...
|
...
|
@@ -56,7 +56,6 @@ class ProductController extends BaseController |
|
|
|
$map[] = ['status', $this->param['status']];
|
|
|
|
}
|
|
|
|
$sort = ['id' => 'desc'];
|
|
|
|
|
|
|
|
$data = $logic->getList($map, $sort, ['id', 'project_id', 'title', 'thumb', 'product_type' , 'route' ,'category_id', 'keyword_id', 'status', 'created_uid', 'created_at', 'updated_at'],$this->row);
|
|
|
|
return $this->response('success',Code::SUCCESS,$data);
|
|
|
|
}
|
...
|
...
|
|