Commit 3c77fdfd82347cc55061bfd956310ba6ee49001a
1 parent
ee687c9f61
Exists in
master
and in
6 other branches
助产机构报表
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java
View file @
3c77fdf
... | ... | @@ -446,7 +446,7 @@ |
446 | 446 | patientsQuery3.setFmHospital(hospialId); |
447 | 447 | patientsQuery3.setType(3); |
448 | 448 | patientsQuery3.setNoProvinceRegisterId(params.get("provinceId")); |
449 | - int wsCount = patientsService.queryPatientCount(patientsQuery2); | |
449 | + int wsCount = patientsService.queryPatientCount(patientsQuery3); | |
450 | 450 | map.put("wsCount", String.valueOf(wsCount)); |
451 | 451 | |
452 | 452 |