Commit 72d4a76473046180c335fd10546f1da5acddcd1a
1 parent
fb734b10c8
Exists in
master
and in
6 other branches
查询号bug修改
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 @
72d4a76
... | ... | @@ -324,7 +324,7 @@ |
324 | 324 | if(StringUtils.isNotEmpty(heartRate)){ |
325 | 325 | hrateSb.append(UnitUtils.unitSplice(heartRate, UnitConstants.CIFEN) + "/"); |
326 | 326 | } |
327 | - if(StringUtils.isNotEmpty(fetalPosition)){ | |
327 | + if(StringUtils.isNotEmpty(fetalPosition)&&!"null".equals(fetalPosition)){ | |
328 | 328 | fposiSb.append(FetalPositionEnums.getTitle(fetalPosition) + "/"); |
329 | 329 | } |
330 | 330 | } |