Commit 85dad302f4ff7c15195b836d1f16a0606ba36cdf
1 parent
2a1c792ee9
Exists in
master
and in
6 other branches
paixu
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java
View file @
85dad30
| ... | ... | @@ -288,7 +288,8 @@ |
| 288 | 288 | } |
| 289 | 289 | } |
| 290 | 290 | |
| 291 | - com.lyms.platform.operate.web.utils.CollectionUtils.reverseList(restList); | |
| 291 | +// com.lyms.platform.operate.web.utils.CollectionUtils.reverseList(restList); | |
| 292 | + com.lyms.platform.operate.web.utils.CollectionUtils.sortListByMapKeyWithDate(restList, "date"); | |
| 292 | 293 | return RespBuilder.buildSuccess(restList); |
| 293 | 294 | } |
| 294 | 295 | } |