Commit eafc114ce1e863f77e7e81ef811d7525fc75c81f

Authored by liquanyu
1 parent ea1057023d

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ eafc114
... ... @@ -609,7 +609,7 @@
609 609  
610 610 //查询该月龄的年龄别体重值
611 611 List<AwModel> aws = babyCheckService.queryAwByHeight(monthAge, sex);
612   - if (CollectionUtils.isNotEmpty(aws) && aws.size() > 2)
  612 + if (CollectionUtils.isNotEmpty(aws) && aws.size() > 1)
613 613 {
614 614 AwModel model = aws.get(0);
615 615 AwModel model1 = aws.get(1);