Commit 2e444a2f5c33a4cbe5fcab38dab3c0f19891610f
1 parent
078e9172e6
Exists in
master
and in
6 other branches
自动生成追访信息
Showing 2 changed files with 2 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
2e444a2
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java
View file @
2e444a2
... | ... | @@ -92,6 +92,7 @@ |
92 | 92 | PatientsQuery patientsQuery = new PatientsQuery(); |
93 | 93 | patientsQuery.setBookbuildingDateStart(buildStart); |
94 | 94 | patientsQuery.setBookbuildingDateEnd(buildEnd); |
95 | + patientsQuery.setTypeList(Arrays.asList(1,3)); | |
95 | 96 | patientsQuery.setYn(YnEnums.YES.getId()); |
96 | 97 | patientsQuery.setNeed("need"); |
97 | 98 | patientsQuery.setLimit(limit); |