Commit 263ef26acfd1fd4b9c0ea7f7a82cc704689299b2
1 parent
4b145d0a38
Exists in
master
and in
6 other branches
udate
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
263ef26
| ... | ... | @@ -485,7 +485,7 @@ |
| 485 | 485 | List<BabyStatisticsManagerWeekAgeGroupQueryModel> babyStatisticsManagerWeekAgeGroupQueryModelListResult = new ArrayList<>(); |
| 486 | 486 | // 从0开始,没有也填充 |
| 487 | 487 | int index = 0; |
| 488 | - for (Integer i = 0; i < 37; i++) { | |
| 488 | + for (Integer i = 0; i < 73; i++) { | |
| 489 | 489 | try { |
| 490 | 490 | while (!i.toString().equals(babyStatisticsManagerWeekAgeGroupQueryModelList.get(index).getWeekAge()) && i > Integer.valueOf(babyStatisticsManagerWeekAgeGroupQueryModelList.get(index).getWeekAge())) { |
| 491 | 491 | index++; |