Commit e6f02306628e67e5e2c226d11668e2166e9cf7f3
1 parent
88124b60a3
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
e6f0230
... | ... | @@ -401,6 +401,9 @@ |
401 | 401 | map.put("hospitalName", couponMapper.getHospitalName(hospitalId)); |
402 | 402 | map.put("date", ymdDate); |
403 | 403 | map.put("nowWeight", nowWeight); |
404 | + } else { | |
405 | + map.put("hospitalId2", hospitalId); | |
406 | + map.put("nowWeight2", nowWeight); | |
404 | 407 | } |
405 | 408 | } |
406 | 409 | } |