Commit 25367c5122dc1c3d073f5b3f54365588d56e82f9
1 parent
3ba9922bca
Exists in
master
and in
6 other branches
分娩主要诊断
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 @
25367c5
... | ... | @@ -2784,7 +2784,7 @@ |
2784 | 2784 | map.put("fhqk",data.getFhqk()); |
2785 | 2785 | map.put("szxz",data.getSzxz()); |
2786 | 2786 | map.put("jmkz",data.getJmkz()); |
2787 | - map.put("zyDiagnosis",data.getZyDiagnosis()); | |
2787 | + map.put("zyDiagnosis",data.getZyDiagnosis() != null ? data.getZyDiagnosis().replace("\n","</br>") : ""); | |
2788 | 2788 | |
2789 | 2789 | /* 产后生理 */ |
2790 | 2790 | map.put("maternalInfo", data.getMaternalInfo() == null ? "" : CfEnums.getTitle(data.getMaternalInfo())); |