修改部门排序
This commit is contained in:
parent
e1abef2319
commit
2febc2bb56
@ -38,6 +38,7 @@ class Department extends CatchModel
|
||||
return $this->withoutField(['department_name'])
|
||||
->addFields(['department_name as title'])
|
||||
->catchSearch()
|
||||
->order()
|
||||
->select()->toArray();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user