Commit 98dac6c9a6ace961d2e2448d902c56ff149eda33
1 parent
7d198bd81f
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
98dac6c
... | ... | @@ -1393,6 +1393,7 @@ |
1393 | 1393 | } |
1394 | 1394 | } |
1395 | 1395 | temp.put("checkTime", babyEyeCheck.getCheckTime() == null ? null : DateUtil.getYyyyMmDd(babyEyeCheck.getCheckTime())); |
1396 | + temp.put("type", "2"); | |
1396 | 1397 | CollectionUtils.removeNullValue(temp); |
1397 | 1398 | rest.add(temp); |
1398 | 1399 | } |
... | ... | @@ -1504,6 +1505,7 @@ |
1504 | 1505 | } |
1505 | 1506 | } |
1506 | 1507 | temp.put("checkTime", babyEyeCheck.getCheckTime() == null ? null : DateUtil.getYyyyMmDd(babyEyeCheck.getCheckTime())); |
1508 | + temp.put("type", "2"); | |
1507 | 1509 | CollectionUtils.removeNullValue(temp); |
1508 | 1510 | rest.add(temp); |
1509 | 1511 | } |