Commit 0901b2edaf1f2a991ccaad75b18913088f4b0279

Authored by liquanyu
1 parent 2a4d67ca17

助产机构报表

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 @ 0901b2e
... ... @@ -361,7 +361,7 @@
361 361 babyModelQuery6.setBirthEnd(DateUtil.getSNDate(time)[1]);
362 362 }
363 363 babyModelQuery6.setBabyWeightEnd("2.5");
364   - int lowWeightCount = babyService.queryBabyCount(babyModelQuery5);
  364 + int lowWeightCount = babyService.queryBabyCount(babyModelQuery6);
365 365 //低出生体重数
366 366 map.put("lowWeightCount", String.valueOf(lowWeightCount));
367 367