Commit e758fe4b1fdcf152c3d5ed9d0be8b59e51de218d

Authored by [wangbo]
1 parent 21ac0b16d0

修改儿童规范统计bug

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/babyStatisticalProbabilityWorker.java View file @ e758fe4
... ... @@ -50,6 +50,7 @@
50 50 } else if (babyMonthAge >= 8 && babyMonthAge <= 11 && checkCount >= 4) {
51 51 probabilityCount++;
52 52 } else if (babyMonthAge >= 12 && checkCount >= 5) {
  53 + probabilityCount++;
53 54 }
54 55 //高儿计算规则
55 56 } else {