Commit 85dad302f4ff7c15195b836d1f16a0606ba36cdf

Authored by litao@lymsh.com
1 parent 2a1c792ee9

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 }