Commit e32a4085f609e2e1c1fc27472fa6cab956aa34bf

Authored by liquanyu
1 parent 76a6a50d6c

检查排序

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ e32a408
... ... @@ -266,9 +266,12 @@
266 266 }
267 267 list.add(checkRecord);
268 268 }
  269 +
  270 + Collections.reverse(list);
269 271 }
270 272 }
271 273 }
  274 +
272 275  
273 276 public BabyModel getBabyModel(String id, BabyBasicResult base) {
274 277 BabyModel model=null;