Commit fdc8a5ec08d99a5ea7a5555996f0620c8b16ff86
1 parent
d014f1b8c5
Exists in
master
and in
6 other branches
住院统计bug修改
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
fdc8a5e
... | ... | @@ -339,6 +339,8 @@ |
339 | 339 | |
340 | 340 | patientMarkHospQuery.setInHospitStatus(1); |
341 | 341 | //待住院提醒总数 |
342 | + patientMarkHospQuery.setBackStatus(2); | |
343 | + patientMarkHospQuery.setBackResult(1); | |
342 | 344 | int waitCount = patientMarkHospitalService.queryPatientMarkHospitalCount(patientMarkHospQuery); |
343 | 345 | patientMarkHospQuery.setInHospitStatus(null); |
344 | 346 |