Commit 74b0d66c675a3eee9160f0eb80f9addc37f63d30
1 parent
df5171a4bf
Exists in
master
and in
6 other branches
自动生成追访信息
Showing 1 changed file with 4 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java
View file @
74b0d66
... | ... | @@ -93,8 +93,10 @@ |
93 | 93 | archiveModelCount = query.getCount(); |
94 | 94 | } else {//孕妇建档主数据 |
95 | 95 | PatientsQuery patientsQuery = new PatientsQuery(); |
96 | - patientsQuery.setBookbuildingDateStart(buildStart); | |
97 | - patientsQuery.setBookbuildingDateEnd(buildEnd); | |
96 | + patientsQuery.setBookbuildingDateStart(checkStart); | |
97 | + patientsQuery.setBookbuildingDateEnd(checkEnd); | |
98 | + patientsQuery.setFmDateStart(fmStart); | |
99 | + patientsQuery.setFmDateEnd(fmEnd); | |
98 | 100 | patientsQuery.setTypeList(Arrays.asList(1, 3)); |
99 | 101 | patientsQuery.setYn(YnEnums.YES.getId()); |
100 | 102 | patientsQuery.setNeed("need"); |