Commit 24b6745e956b0071f4c3a79b355f96dd36302830

Authored by liquanyu
1 parent 3c77fdfd82

助产机构报表

Showing 1 changed file with 1 additions and 10 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java View file @ 24b6745
... ... @@ -428,10 +428,7 @@
428 428 patientsQuery2.setType(3);
429 429 patientsQuery2.setProvinceRegisterId(params.get("provinceId"));
430 430 patientsQuery2.setNoCityRegisterId(params.get("cityId"));
431   - if("216".equals(hospialId))
432   - {
433   - System.out.println("bswsCount==="+patientsQuery2.convertToQuery().convertToMongoQuery().toString());
434   - }
  431 +
435 432 int bswsCount = patientsService.queryPatientCount(patientsQuery2);
436 433 map.put("bswsCount", String.valueOf(bswsCount));
437 434  
... ... @@ -468,12 +465,6 @@
468 465 patientsQuery4.setType(3);
469 466 patientsQuery4.setAreaRegisterId(basicConfig.getId());
470 467 int areaCount = patientsService.queryPatientCount(patientsQuery4);
471   -
472   - if("216".equals(hospialId))
473   - {
474   - System.out.println(basicConfig.getId()+ "areaCount==="+patientsQuery4.convertToQuery().convertToMongoQuery().toString());
475   - }
476   -
477 468 map.put("areaCount"+index, String.valueOf(areaCount));
478 469 index++;
479 470 }