Commit 98df0613ff28fb1835a988a1d6b74eece1f478c9
1 parent
4e533265c3
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 @
98df061
... | ... | @@ -585,7 +585,7 @@ |
585 | 585 | } |
586 | 586 | one.setCurrentWeek(week); |
587 | 587 | one.setMonitorStatus(monitorStatus); |
588 | - one.setReportDate(DateUtil.addDay(new Date(),-1)); | |
588 | + one.setReportDate(DateUtil.formatDate(DateUtil.addDay(new Date(), -1))); | |
589 | 589 | one.setStatus(1); //报告状态 1未查看 2查看 |
590 | 590 | return true; |
591 | 591 | } |