Commit b303ef9d018ccbf7b054836947d563fce4d5c81b
1 parent
f32372abc5
Exists in
master
and in
6 other branches
聊城妇幼产检增加字段
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
b303ef9
... | ... | @@ -1370,6 +1370,7 @@ |
1370 | 1370 | } |
1371 | 1371 | map.put("fuwei", UnitUtils.unitSplice(data.getFuwei(), UnitConstants.CM)); |
1372 | 1372 | map.put("tireNumber", TaiShuEnums.getTitle(data.getTireNumber())); |
1373 | + map.put("survFetus", data.getSurvFetus()); | |
1373 | 1374 | |
1374 | 1375 | |
1375 | 1376 | //妊娠信息 |
... | ... | @@ -1424,7 +1425,7 @@ |
1424 | 1425 | mapData.put("fitnessRemark", otherMap.get("fitnessRemark")); |
1425 | 1426 | } |
1426 | 1427 | if (otherMap.get("newborWeight") != null) { |
1427 | - mapData.put("newborWeight", otherMap.get("newborWeight")); | |
1428 | + mapData.put("newborWeight", UnitUtils.unitSplice(otherMap.get("newborWeight"),UnitConstants.G)); | |
1428 | 1429 | } |
1429 | 1430 | antExcAddOthersList.add(mapData); |
1430 | 1431 | } |