正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -21,7 +21,7 @@ class DeptLogic extends BaseLogic | @@ -21,7 +21,7 @@ class DeptLogic extends BaseLogic | ||
| 21 | * @method :post | 21 | * @method :post |
| 22 | * @time :2023/6/21 14:56 | 22 | * @time :2023/6/21 14:56 |
| 23 | */ | 23 | */ |
| 24 | - public function DeptLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ | 24 | + public function DeptLists($map,$page,$row,$order = 'created_at',$filed = ['id','pid','title','sort','created_at','remark']){ |
| 25 | $lists = $this->model->lists($map,$page,$row,$order,$filed); | 25 | $lists = $this->model->lists($map,$page,$row,$order,$filed); |
| 26 | return $this->success($lists); | 26 | return $this->success($lists); |
| 27 | } | 27 | } |
-
请 注册 或 登录 后发表评论