Commit 320edd1e8e28542ebe2cda3a72ed56b4240274cb
1 parent
658668046b
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
320edd1
... | ... | @@ -151,7 +151,7 @@ |
151 | 151 | map.put("checkTime", DateUtil.getYyyyMmDd(babyEyeCheck.getCheckTime())); |
152 | 152 | map.put("nextCheckTime", DateUtil.getYyyyMmDd(babyEyeCheck.getNextCheckTime())); |
153 | 153 | if(babyEyeCheck.getRiskFactorId() != null) { |
154 | - map.put("riskFactorId", mongoUtil.findNameList(babyEyeCheck.getRiskFactorId())); | |
154 | + map.put("riskFactorId", EyeHighRiskEnums.getName(babyEyeCheck.getRiskFactorId())); | |
155 | 155 | } |
156 | 156 | return RespBuilder.buildSuccess(map); |
157 | 157 | } |