Commit 0fc62c3487ee7c6451cdfee1ad4cd58492129027
1 parent
6c7ef1ffef
Exists in
master
and in
6 other branches
update code
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 @
0fc62c3
... | ... | @@ -908,7 +908,7 @@ |
908 | 908 | map.put("gongwaiyun", UnitUtils.unitSplice(data.getGongwaiyun(), UnitConstants.CI)); |
909 | 909 | //流产 |
910 | 910 | StringBuffer abortion = new StringBuffer(); |
911 | - if (data.getAbortion() == null) | |
911 | + if (data.getAbortion() != null) | |
912 | 912 | { |
913 | 913 | boolean isAppend = false; |
914 | 914 | abortion.append(UnitUtils.unitSplice(data.getAbortion(), UnitConstants.CI) == null ? "" : UnitUtils.unitSplice(data.getAbortion(), UnitConstants.CI)); |