Commit 1194b676901822aeebe8516367818460af90a4bd

Authored by liquanyu
1 parent e85662cdb2

操作日志

Showing 1 changed file with 2 additions and 7 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/CheckPointCountWorker.java View file @ 1194b67
... ... @@ -80,16 +80,11 @@
80 80 patientsQuery.setYn(YnEnums.YES.getId());
81 81 patientsQuery.setHospitalId(hId);
82 82  
83   - List buildType = new ArrayList();
84   - buildType.add(0);
85   - buildType.add(2);
86   - patientsQuery.setSmsBuildTypeList(buildType);
87   - //分娩状态
88   - patientsQuery.setDueStatus(0);
  83 + patientsQuery.setExtEnable(false);
  84 + patientsQuery.setBuildTypeNot(1);
89 85  
90 86 patientsQuery.setBookbuildingDateStart(startTime);
91 87 patientsQuery.setBookbuildingDateEnd(endTime);
92   - patientsQuery.setExtEnable(false);
93 88  
94 89 //建档人数
95 90 int buildCount = patientsService.queryPatientCount(patientsQuery);