Commit bdb52b22297ed39aaebaae720b854a4d99a87c04
1 parent
3f41dd174b
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java
View file @
bdb52b2
... | ... | @@ -784,7 +784,7 @@ |
784 | 784 | patientsQuery.setBirthEnd(start); |
785 | 785 | System.out.println(DateUtil.getyyyy_MM_dd(start)); |
786 | 786 | Date end = DateUtil.addYear(currentDate, -e); |
787 | - patientsQuery.setBirthStart(end); | |
787 | + patientsQuery.setBirthStart(DateUtil.addDay(end,1)); | |
788 | 788 | System.out.println(DateUtil.getyyyy_MM_dd(end)); |
789 | 789 | |
790 | 790 | } |