Commit f4781d36f52f0ed643997cac6c74633806384b7d
Exists in
master
and in
7 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DischargeAbstractFacade.java
View file @
f4781d3
... | ... | @@ -137,6 +137,12 @@ |
137 | 137 | return dischargeAbstractQueryResult; |
138 | 138 | } |
139 | 139 | |
140 | + if (patients.getType() == 3 && new Integer(0).equals(patients.getBuildType())) { | |
141 | + dischargeAbstractQueryResult.setStatus("4"); | |
142 | + dischargeAbstractQueryResult.setErrormsg("未已录入分娩信息不可进行出院小结"); | |
143 | + return dischargeAbstractQueryResult; | |
144 | + } | |
145 | + | |
140 | 146 | BeanUtils.copy(patients, dischargeAbstractQueryResult); |
141 | 147 | dischargeAbstractQueryResult.setPatientId(patients.getId()); |
142 | 148 | dischargeAbstractQueryResult.setUserName(patients.getUsername()); |