Commit 39e9e2511106fdc967a49afcf8d3b966ab0e3e18

Authored by liquanyu
1 parent a7a9ef525f
Exists in master and in 1 other branch dev

助产机构报表

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/DueOrgCountWorker.java View file @ 39e9e25
... ... @@ -362,6 +362,10 @@
362 362 }
363 363 babyModelQuery6.setBabyWeightStart("0");
364 364 babyModelQuery6.setBabyWeightEnd("2.5");
  365 + if ("216".equals(hospialId))
  366 + {
  367 + System.out.println("hospital id query "+ babyModelQuery6.convertToQuery().convertToMongoQuery().toString());
  368 + }
365 369 int lowWeightCount = babyService.queryBabyCount(babyModelQuery6);
366 370 //低出生体重数
367 371 map.put("lowWeightCount", String.valueOf(lowWeightCount));