作者 lyh

gx

... ... @@ -21,7 +21,7 @@ class DeptLogic extends BaseLogic
* @method :post
* @time :2023/6/21 14:56
*/
public function DeptLists($map,$page,$row,$order = 'created_at',$filed = ['*']){
public function DeptLists($map,$page,$row,$order = 'created_at',$filed = ['id','pid','title','sort','created_at','remark']){
$lists = $this->model->lists($map,$page,$row,$order,$filed);
return $this->success($lists);
}
... ...