Commit 5f10ef46b2c70ca0e26cc6bf6a27ad5339cc9504
1 parent
a23d1a933c
Exists in
master
and in
1 other branch
修改
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PredictedStatisticsFacade.java
View file @
5f10ef4
... | ... | @@ -112,6 +112,8 @@ |
112 | 112 | Date endDate = DateUtil.getMonthEndTime(date); |
113 | 113 | PatientsQuery patientsQuery = new PatientsQuery(); |
114 | 114 | String doctorId = predictedStatisticsRequest.getDoctorId(); |
115 | + patientsQuery.setYn(YnEnums.YES.getId()); | |
116 | + patientsQuery.setType(1); | |
115 | 117 | patientsQuery.setHospitalId(autoMatchFacade.getHospitalId(predictedStatisticsRequest.getOperatorId())); |
116 | 118 | if (!StringUtils.isEmpty(doctorId)) { |
117 | 119 | patientsQuery.setLastCheckEmployeeId(doctorId); |