Commit 15a2edfa86be1854d678d6dd5764bf5110e26362
1 parent
caec8518bc
Exists in
master
and in
6 other branches
其他高危
Showing 2 changed files with 3 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
15a2edf
| ... | ... | @@ -1270,8 +1270,8 @@ |
| 1270 | 1270 | map.put("ygekt", FunvCommonUtil.checkYiGan(data.getYgekt())); |
| 1271 | 1271 | map.put("yghxkt", FunvCommonUtil.checkYiGan(data.getYghxkt())); |
| 1272 | 1272 | |
| 1273 | - map.put("xqjq", UnitUtils.unitSplice(data.getXqjq(), UnitConstants.UL)); | |
| 1274 | - map.put("xnsd", UnitUtils.unitSplice(data.getXnsd(), UnitConstants.UL)); | |
| 1273 | + map.put("xqjq", UnitUtils.unitSplice(data.getXqjq(), UnitConstants.UMOLL)); | |
| 1274 | + map.put("xnsd", UnitUtils.unitSplice(data.getXnsd(), UnitConstants.MMOLL)); | |
| 1275 | 1275 | |
| 1276 | 1276 | map.put("syjg", FunvCommonUtil.checkYiGan(data.getSyjg())); |
| 1277 | 1277 | map.put("hivkt", FunvCommonUtil.checkYiGan(data.getHivkt())); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/UnitConstants.java
View file @
15a2edf
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | public static final String UL = " U/L"; |
| 20 | 20 | public static final String TEN_LKG = "×10<sup>9</sup>/L"; |
| 21 | 21 | // public static final String TEN_LKG = " 10^9/L"; |
| 22 | - public static final String UMOLL = " umol/L"; | |
| 22 | + public static final String UMOLL = " μmol/L"; | |
| 23 | 23 | public static final String ZHEN = " 针"; |
| 24 | 24 | public static final String ML = " ml"; |
| 25 | 25 | public static final String G = " g"; |