Commit 0cbedcda4146d5bf8d2fa4c69d5b6f25bc518b33
1 parent
fce79c0bfb
Exists in
master
and in
6 other branches
bbbbbb
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
0cbedcd
| ... | ... | @@ -667,6 +667,9 @@ |
| 667 | 667 | |
| 668 | 668 | ssy.set(week, parseNull(JSONObject.parseObject(antExChuModel.getBp()).getString("ssy"), 0)); |
| 669 | 669 | szy.set(week, parseNull(JSONObject.parseObject(antExChuModel.getBp()).getString("szy"), 0)); |
| 670 | + if(tzFlag && antExChuModel.getWeight() != null) { | |
| 671 | + weights.put(DateUtil.getWeek2(p.get(0).getLastMenses(), antExChuModel.getCheckTime()), antExChuModel.getWeight() + ""); | |
| 672 | + } | |
| 670 | 673 | |
| 671 | 674 | restList.add(temp); |
| 672 | 675 |