Commit 72bcc79b829c9036bc8f5c045e306e8233d4b32c
1 parent
a7209c37d7
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
72bcc79
| ... | ... | @@ -168,7 +168,7 @@ |
| 168 | 168 | page = page == null ? 1 : page; |
| 169 | 169 | |
| 170 | 170 | usersQuery.setNeed("true"); |
| 171 | - usersQuery.setSort("modified desc"); | |
| 171 | + usersQuery.setSort("account desc"); | |
| 172 | 172 | usersQuery.setYn(YnEnums.YES.getId()); |
| 173 | 173 | usersQuery.setDeptId(deptId); |
| 174 | 174 | usersQuery.setKeyword(keyword); |