正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -22,7 +22,7 @@ class BTemplateModuleLogic extends BaseLogic | @@ -22,7 +22,7 @@ class BTemplateModuleLogic extends BaseLogic | ||
| 22 | * @method :post | 22 | * @method :post |
| 23 | * @time :2023/6/29 13:35 | 23 | * @time :2023/6/29 13:35 |
| 24 | */ | 24 | */ |
| 25 | - public function ModuleList($map,$order = 'created_at',$filed = ['*']){ | 25 | + public function ModuleList($map,$order = 'created_at',$filed = ['id','name','type','sort','status','image','test_model']){ |
| 26 | $map['deleted_status'] = 0; | 26 | $map['deleted_status'] = 0; |
| 27 | $map['status'] = 0; | 27 | $map['status'] = 0; |
| 28 | $lists = $this->model->list($map,$order,$filed); | 28 | $lists = $this->model->list($map,$order,$filed); |
-
请 注册 或 登录 后发表评论