Commit 9373d791408bad5dfd4269c4cb31ca53342d2914

Authored by liquanyu
1 parent 371e757fb6
Exists in master

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/GrowthCountTask.java View file @ 9373d79
... ... @@ -73,7 +73,7 @@
73 73 babyCheckModelQuery.setWeightEvaluate(grouwth.getEvaluate());
74 74 }
75 75 grouwth.setTypeName(type);
76   - int count = babyCheckService.queryBabyCheckCount(babyQuery);
  76 + int count = babyCheckService.queryBabyCheckCount(babyCheckModelQuery);
77 77 grouwth.setCount(String.valueOf(count));
78 78 }
79 79 }