Commit 4f3f93b9fe151a14e3b0086f213edef968ac3144
1 parent
026f274038
Exists in
master
and in
6 other branches
儿童列表排序修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
4f3f93b
... | ... | @@ -2333,7 +2333,7 @@ |
2333 | 2333 | |
2334 | 2334 | babyQuery.setStreetId(StringUtils.isEmpty(request.getStreetId()) ? null : request.getStreetId()); |
2335 | 2335 | babyQuery.setQueryNo(request.getQueryNo()); |
2336 | - List<BabyModel> models = babyBookbuildingService.queryBabyBuildByCond(babyQuery, "modified", Sort.Direction.DESC); | |
2336 | + List<BabyModel> models = babyBookbuildingService.queryBabyBuildByCond(babyQuery, "created", Sort.Direction.DESC); | |
2337 | 2337 | |
2338 | 2338 | return models; |
2339 | 2339 | } |