Commit 6b12a3b817d5086bf9935ec5655c11b95ad82466
1 parent
9e194ee711
Exists in
master
and in
6 other branches
血糖报告
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java
View file @
6b12a3b
... | ... | @@ -440,7 +440,7 @@ |
440 | 440 | return RespBuilder.buildSuccess("restList", restList, "count", bloodSugars.size(), |
441 | 441 | "dayCount", dayCountSet.size(), "month", |
442 | 442 | monthCountSet3, "monthAvgMap", monthAvgMap, |
443 | - "weekAvgMap", weekAvgMap,"newBloodVal",newBloodMap,"weightInfo",weightInfo,"isReport",isReport,"id",id); | |
443 | + "weekAvgMap", weekAvgMap,"newBloodVal",newBloodMap,"weightInfo",weightInfo,"isReport",isReport,"id",id,"currentWeek",blood.getCurrentWeek()); | |
444 | 444 | } |
445 | 445 | |
446 | 446 |