作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1576
... ... @@ -31,7 +31,7 @@ class EnterpriseProductController extends BaseController
*/
public function getEnterProduct(EnterpriseProduct $enterpriseProduct){
$this->map['project_id'] = $this->user['project_id'];
$data = $enterpriseProduct->list($this->map,$this->page,$this->row);
$data = $enterpriseProduct->lists($this->map,$this->page,$this->row);
$this->response('success',Code::SUCCESS,$data);
}
}
... ...