正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论