作者 lyh

gx

... ... @@ -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);
}
}
... ...