Commit d46056a9659a5a5d3adb947d45427a423f7fdc57
1 parent
e1c24197ec
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
d46056a
... | ... | @@ -1981,7 +1981,7 @@ |
1981 | 1981 | if(StringUtils.isNotEmpty(heartRate)) { |
1982 | 1982 | tireMap.put("heartRate", UnitUtils.unitSplice(heartRate, UnitConstants.CIFEN)); |
1983 | 1983 | } else { |
1984 | - tireMap.put("heartRate", "")); | |
1984 | + tireMap.put("heartRate", ""); | |
1985 | 1985 | } |
1986 | 1986 | tireMap.put("fetalPosition", FetalPositionEnums.getTitle(fetalPosition)); |
1987 | 1987 | tireMap.put("fetalPresentation", FetalEnums.getTitle(fetalPresentation)); |