Commit 7d198bd81fbb546ddf71b516337bb23343e61894
1 parent
47833ae057
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
7d198bd
... | ... | @@ -1360,7 +1360,7 @@ |
1360 | 1360 | Map<String, Object> checkRecord = new HashMap<>(); |
1361 | 1361 | checkRecord.put("id", babyModel.getId()); |
1362 | 1362 | checkRecord.put("pid", babyModel.getPid()); |
1363 | - checkRecord.put("checkDate", DateUtil.getyyyy_MM_dd(babyModel.getBuildDate())); | |
1363 | + checkRecord.put("checkTime", DateUtil.getyyyy_MM_dd(babyModel.getBuildDate())); | |
1364 | 1364 | String monthAge = DateUtil.getBabyMonthAge(babyModel.getBirth(), babyModel.getBuildDate()); |
1365 | 1365 | checkRecord.put("monthAge", monthAge); |
1366 | 1366 | checkRecord.put("buildId", babyModel.getId()); |
... | ... | @@ -1458,7 +1458,7 @@ |
1458 | 1458 | Map<String, Object> checkRecord = new HashMap<>(); |
1459 | 1459 | checkRecord.put("id", babyModel.getId()); |
1460 | 1460 | checkRecord.put("pid", babyModel.getPid()); |
1461 | - checkRecord.put("checkDate", DateUtil.getyyyy_MM_dd(babyModel.getBuildDate())); | |
1461 | + checkRecord.put("checkTime", DateUtil.getyyyy_MM_dd(babyModel.getBuildDate())); | |
1462 | 1462 | String monthAge = DateUtil.getBabyMonthAge(babyModel.getBirth(), babyModel.getBuildDate()); |
1463 | 1463 | checkRecord.put("monthAge", monthAge); |
1464 | 1464 | checkRecord.put("buildId", babyModel.getId()); |