Commit d954a5313ff3545188239e8c51b5d028f50c8c87
1 parent
6735c20c42
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 @
d954a53
... | ... | @@ -1604,7 +1604,7 @@ |
1604 | 1604 | temp.put("createTime", bloodSugar.getCreatYmdDate()); |
1605 | 1605 | temp.put("bloodSugar", bloodSugar.getBloodSugar()); |
1606 | 1606 | temp.put("bloodSugarType", BloodSugarEnums.getName(bloodSugar.getBloodSugarType())); |
1607 | - temp.put("status", getBloodSugarStatus(bloodSugar.getBloodSugarType(), bloodSugar.getBloodSugar())); | |
1607 | + temp.put("status", getBloodSugarStatus(bloodSugar.getBloodSugarType().intValue(), Float.parseFloat(bloodSugar.getBloodSugar()))); | |
1608 | 1608 | restList.add(temp); |
1609 | 1609 | } |
1610 | 1610 | } |