Commit 99dad1153eb810a8c48e4d6500ba8422bb2895f3
1 parent
39f25aab2a
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
99dad11
... | ... | @@ -232,6 +232,9 @@ |
232 | 232 | if(StringUtils.isNotEmpty(babyEyeCheck.getCheckMonthId())) { |
233 | 233 | temp.put("checkMonth", CheckMonthEnums.getName(babyEyeCheck.getCheckMonthId())); /** 检查月龄 */; |
234 | 234 | } |
235 | + temp.put("positive", null); /** 阳性项目 */ | |
236 | + temp.put("doctor", couponMapper.getUserName(babyEyeCheck.getDoctor())); | |
237 | + temp.put("checkTime", DateUtil.getYyyyMmDd(babyEyeCheck.getCheckTime())); | |
235 | 238 | CollectionUtils.removeNullValue(temp); |
236 | 239 | restMap.add(temp); |
237 | 240 | } |