修改部门排序

This commit is contained in:
JaguarJack 2020-04-30 17:58:55 +08:00
parent e1abef2319
commit 2febc2bb56

View File

@ -38,6 +38,7 @@ class Department extends CatchModel
return $this->withoutField(['department_name'])
->addFields(['department_name as title'])
->catchSearch()
->order()
->select()->toArray();
}
}