Commit a068f0e253b048bd95a6516fcc8d859cdf15906a
1 parent
eaf1257979
Exists in
master
and in
7 other branches
修改产检删除
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 @
a068f0e
... | ... | @@ -125,7 +125,7 @@ |
125 | 125 | |
126 | 126 | if (patients.getDueStatus() == 1) { |
127 | 127 | this.dueWeek = "终止妊娠"; |
128 | - } else if (null != patients.getFmDate()) { | |
128 | + } else if (null != patients.getFmDate()&&patients.getType()==3) { | |
129 | 129 | dueWeek = "已分娩"; |
130 | 130 | } else { |
131 | 131 | int days = DateUtil.daysBetween(patients.getLastMenses(), new Date()); |