Commit dcaae0f8a59548c6f3db6eaeaeac7926f6fb8c50
1 parent
f0a88c7c8f
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
dcaae0f
... | ... | @@ -1057,7 +1057,7 @@ |
1057 | 1057 | Map<String, String> dayWeights = patientWeight.getDayWeights(); |
1058 | 1058 | if (null != dayWeights && dayWeights.size() > 0) { |
1059 | 1059 | String valus = dayWeights.get(DateUtil.getyyyy_MM_dd(new Date())); |
1060 | - if (StringUtils.isNotEmpty(value)) { | |
1060 | + if (StringUtils.isNotEmpty(valus)) { | |
1061 | 1061 | antExAddRequest.setWeight(Double.valueOf(valus)); |
1062 | 1062 | } |
1063 | 1063 | } |