Commit f10acbb03f4d47bfbe85a69d5973fe485e0becba
1 parent
a87abf06db
Exists in
master
and in
6 other branches
bbbbbb
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
f10acbb
| ... | ... | @@ -663,7 +663,7 @@ |
| 663 | 663 | |
| 664 | 664 | ssy.set(week, parseNull(JSONObject.parseObject(antExChuModel.getBp()).getString("ssy"), 0)); |
| 665 | 665 | szy.set(week, parseNull(JSONObject.parseObject(antExChuModel.getBp()).getString("szy"), 0)); |
| 666 | - if(tzFlag && StringUtils.isEmpty(antExChuModel.getWeight())) { | |
| 666 | + if(tzFlag && StringUtils.isNotEmpty(antExChuModel.getWeight())) { | |
| 667 | 667 | weights.put(DateUtil.getWeek2(p.get(0).getLastMenses(), antExChuModel.getCheckTime()), antExChuModel.getWeight() + ""); |
| 668 | 668 | } |
| 669 | 669 |