Commit b411f2980c2a1d633a270bd2a1086bf78b3d29cb
1 parent
4e27079d9f
Exists in
master
and in
2 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java
View file @
b411f29
| ... | ... | @@ -133,7 +133,7 @@ |
| 133 | 133 | status="1"; |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | - if (patients.getDueStatus() == 1) { | |
| 136 | + if (null!=patients.getDueStatus()&&patients.getDueStatus() == 1) { | |
| 137 | 137 | this.dueWeek = "终止妊娠"; |
| 138 | 138 | } else if (null != patients.getFmDate()&&patients.getType()==3) { |
| 139 | 139 | dueWeek = "已分娩"; |