Commit 682bcd3b2674ab4f979fcca571b1f73e901d3270
1 parent
8f96c40036
Exists in
master
and in
1 other branch
打印
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
682bcd3
... | ... | @@ -3770,7 +3770,7 @@ |
3770 | 3770 | map.put("dueTimeYear", time.substring(0,4)); |
3771 | 3771 | map.put("dueTimeMonth", time.substring(4, 6)); |
3772 | 3772 | map.put("dueTimeDay", time.substring(6, 8)); |
3773 | - map.put("dueTimeHour", time.substring(7, 10)); | |
3773 | + map.put("dueTimeHour", time.substring(8, 10)); | |
3774 | 3774 | map.put("dueTimeMinute",time.substring(10, 12)); |
3775 | 3775 | //体重 |
3776 | 3776 | map.put("babyWeight", temp.getBabyWeight() == null? "" : temp.getBabyWeight()); |