Commit 692bb604679386c5dc69d61f5e91c8768a0d9051

Authored by liquanyu
1 parent 9dd2fcf2e4

code update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 692bb60
... ... @@ -142,6 +142,7 @@
142 142  
143 143 List<Map<String, String>> tempList = new ArrayList<>();
144 144 babyCheckFacade.getBabyCheckList(buildIds, personModels.get(0), tempList);
  145 + Collections.reverse(tempList);
145 146 list.addAll(tempList);
146 147 }
147 148 // //查询儿童的基本信息