修改排序

This commit is contained in:
JaguarJack
2020-06-17 13:24:02 +08:00
parent 6977442b05
commit 13d3734dba
2 changed files with 3 additions and 4 deletions

View File

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