Commit 6439edcf40d68f5808eebf05401dff337f55b6c4
1 parent
d89cf67672
Exists in
master
and in
6 other branches
统计
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java
View file @
6439edc
... | ... | @@ -718,9 +718,11 @@ |
718 | 718 | |
719 | 719 | Date start = DateUtil.addYear(currentDate, -s); |
720 | 720 | patientsQuery.setBirthEnd(start); |
721 | - | |
721 | + System.out.println(DateUtil.getyyyy_MM_dd(start)); | |
722 | 722 | Date end = DateUtil.addYear(currentDate, -e); |
723 | 723 | patientsQuery.setBirthStart(end); |
724 | + System.out.println(DateUtil.getyyyy_MM_dd(end)); | |
725 | + | |
724 | 726 | } |
725 | 727 | |
726 | 728 | //孕周 0 全部孕周 1:孕12周前 2:13-19 3:20-25 4:26-30 5:31-36 6:37-40 7:40-分娩前 |