Commit 5ca5f6f24d3f4b2ed75b792880525bf22ccf36b4
1 parent
6e05c6c840
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
5ca5f6f
... | ... | @@ -198,6 +198,7 @@ |
198 | 198 | map.put("conjunctiva", parseYinYang(babyEyeCheck.getConjunctiva(), babyEyeCheck.getConjunctivaOther())); |
199 | 199 | map.put("corneal", parseYinYang(babyEyeCheck.getCorneal(), babyEyeCheck.getCornealOther())); |
200 | 200 | map.put("lacrimalApparatus", parseYinYang(babyEyeCheck.getLacrimalApparatus(), babyEyeCheck.getLacrimalApparatusOther())); |
201 | + // | |
201 | 202 | CollectionUtils.removeNullValue(map); |
202 | 203 | return RespBuilder.buildSuccess(map); |
203 | 204 | } |