Commit 930ab08e9d754bd38fd8053bbb5982186f7e9269

Authored by yangfei
1 parent ab53618dea

查询号bug修改

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 930ab08
... ... @@ -1215,11 +1215,11 @@
1215 1215 }
1216 1216  
1217 1217 if (placenta.get("gjkd") != null) {
1218   - placetaMap.put("gjkd", placenta.get("gjkd"));
  1218 + placetaMap.put("gjkd", UnitUtils.unitSplice(placenta.get("gjkd"), UnitConstants.CM));
1219 1219 }
1220 1220  
1221 1221 if (placenta.get("gjrs") != null) {
1222   - placetaMap.put("gjrs", placenta.get("gjrs"));
  1222 + placetaMap.put("gjrs", UnitUtils.unitSplice(placenta.get("gjrs"), UnitConstants.BF));
1223 1223 }
1224 1224  
1225 1225 if (StringUtils.isNotEmpty(placenta.get("gjwzOther"))) {
... ... @@ -1231,7 +1231,7 @@
1231 1231 }
1232 1232  
1233 1233 if (placenta.get("yszs") != null) {
1234   - placetaMap.put("yszs", placenta.get("yszs"));
  1234 + placetaMap.put("yszs", UnitUtils.unitSplice(placenta.get("yszs"), UnitConstants.CM));
1235 1235 }
1236 1236 }
1237 1237 }