Commit a573a9d5a79d350ec6e0ceedbdc2f7d95d2d7d34

Authored by gengxiaokai
1 parent 860b10b9e8

威海分娩增加字段(双击查看详情)

Showing 1 changed file with 2 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ a573a9d
... ... @@ -2670,6 +2670,7 @@
2670 2670 sizeMap.put("c",temp.getTpSize().get("c"));
2671 2671 sizeMap.put("k",temp.getTpSize().get("k"));
2672 2672 sizeMap.put("g",temp.getTpSize().get("g"));
  2673 + extMap.put("tpSizeList",sizeMap);
2673 2674 extMap.put("tpWeight", UnitUtils.unitSplice(temp.getTpWeight(), UnitConstants.G));
2674 2675 extMap.put("umbilicalCordLength", UnitUtils.unitSplice(temp.getUmbilicalCordLength(), UnitConstants.CM));
2675 2676  
2676 2677  
... ... @@ -2704,12 +2705,10 @@
2704 2705 /****************************/
2705 2706  
2706 2707 ExtPlacentaList.add(extMap);
2707   - tpSizeList.add(sizeMap);
  2708 +
2708 2709 }
2709 2710 }
2710 2711 map.put("extPlacentas", ExtPlacentaList);
2711   -
2712   - map.put("tpSizeList",tpSizeList);
2713 2712  
2714 2713 //新生儿信息
2715 2714