Commit 41777ace23f3992e97e67d712b0b68ea3acb6d1c
1 parent
27a6af3d2c
Exists in
master
and in
1 other branch
修改儿童建档
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 @
41777ac
... | ... | @@ -808,7 +808,7 @@ |
808 | 808 | List<Map<String, String>> list = new ArrayList<>(); |
809 | 809 | for (BabyModel model : models) { |
810 | 810 | |
811 | - if (id.equals(model.getCardId())) { | |
811 | + if (id.equals(model.getId())) { | |
812 | 812 | Map<String, String> buildRecords = new HashMap<>(); |
813 | 813 | buildRecords.put("id", model.getId()); |
814 | 814 | buildRecords.put("buildDate", DateUtil.getyyyy_MM_dd(model.getBuildDate())); |