作者 lyh

gx

@@ -31,7 +31,7 @@ class CustomModuleExtentController extends BaseController @@ -31,7 +31,7 @@ class CustomModuleExtentController extends BaseController
31 ]); 31 ]);
32 $this->map['project_id'] = $this->user['project_id']; 32 $this->map['project_id'] = $this->user['project_id'];
33 $filed = ['id','title','status','type','operator_id','project_id','module_id','created_at','updated_at']; 33 $filed = ['id','title','status','type','operator_id','project_id','module_id','created_at','updated_at'];
34 - $lists = $customModuleExtend->lists($this->map,$this->page,$this->row,$this->order,$filed); 34 + $lists = $customModuleExtend->list($this->map,$this->order,$filed);
35 $this->response('success',Code::SUCCESS,$lists); 35 $this->response('success',Code::SUCCESS,$lists);
36 } 36 }
37 37