Commit 3f41dd174be482a8b62c46df2c00cac7a3a569ac
1 parent
f59274a8a7
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 @
3f41dd1
... | ... | @@ -760,7 +760,7 @@ |
760 | 760 | patientsQuery.setBookbuildingDateEnd(DateUtil.parseYMD(countRequest.getTimeEnd())); |
761 | 761 | } |
762 | 762 | |
763 | - Date currentDate = DateUtil.getYear(); | |
763 | + Date currentDate = DateUtil.formatDate(new Date()); | |
764 | 764 | |
765 | 765 | //0:全部 1:20岁一下 2:20-30 3:30-40 4:40岁以上 |
766 | 766 | if (countRequest.getAgeRange() != null && countRequest.getAgeRange() != 0) { |