Commit e05cd3eabc06ac0c5f4b0513fe461c0f7d47b590
1 parent
e4dc2aebb8
Exists in
master
and in
6 other branches
开通增值服务同步数据数据验证
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientMarkHospServiceFacade.java
View file @
e05cd3e
... | ... | @@ -337,6 +337,7 @@ |
337 | 337 | //待住院提醒总数 |
338 | 338 | int waitCount = patientMarkHospitalService.queryPatientMarkHospitalCount(patientMarkHospQuery); |
339 | 339 | |
340 | + patientMarkHospQuery.setInHospitStatus(null); | |
340 | 341 | patientMarkHospQuery.setInHospitStartDate(patientMarkRequest.getMakeStartDate()); |
341 | 342 | patientMarkHospQuery.setInHospitEndDate(patientMarkRequest.getMakeEndDate()); |
342 | 343 |