Commit d1f2552fc01887df91c2f578c2ae7f72fd10cfb9
1 parent
bbf161b55b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 10 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHealthFacade.java
View file @
d1f2552
... | ... | @@ -1148,17 +1148,9 @@ |
1148 | 1148 | mapAge.put("hemoglobin", babyCheckModel.getHemoglobin()); |
1149 | 1149 | mapAge.put("wh", babyCheckModel.getWeight()+"/"+babyCheckModel.getHeight()); |
1150 | 1150 | mapAge.put("whEva", ifnull(babyCheckModel.getWeightEvaluate())+"/"+ifnull(babyCheckModel.getHeightEvaluate())); |
1151 | - } else { | |
1152 | - mapAge.put("height", ""); | |
1153 | - mapAge.put("heightEvaluate", ""); | |
1154 | - mapAge.put("weight", ""); | |
1155 | - mapAge.put("weightEvaluate", ""); | |
1156 | - mapAge.put("hemoglobin", ""); | |
1157 | - mapAge.put("wh", ""); | |
1158 | - mapAge.put("whEva", ""); | |
1151 | + mapAge.put("age", monthArr[i]); | |
1152 | + listAge.add(mapAge); | |
1159 | 1153 | } |
1160 | - mapAge.put("age", monthArr[i]); | |
1161 | - listAge.add(mapAge); | |
1162 | 1154 | } |
1163 | 1155 | |
1164 | 1156 |