Commit 0304e1b643bcf9f5c1af848de6a053986a45c252
1 parent
a2cbd3ea57
Exists in
master
and in
6 other branches
基层辅助建档接口
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AssistBuildFacade.java
View file @
0304e1b
| ... | ... | @@ -209,6 +209,7 @@ |
| 209 | 209 | |
| 210 | 210 | List result = new ArrayList(); |
| 211 | 211 | ArchiveDataQuery query = new ArchiveDataQuery(); |
| 212 | + query.setSort(" created desc "); | |
| 212 | 213 | List<AssistBuildUserModel> userModels = assistBuildService.queryAssistBuildUsers(param); |
| 213 | 214 | if (CollectionUtils.isNotEmpty(userModels)) { |
| 214 | 215 | AssistBuildUserModel model = userModels.get(0); |