作者 lyh

gx

@@ -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 }