Commit ce2ed21fda9a501ecf3658539bee79d20ffb03a3

Authored by jiangjiazhi
1 parent 748c37ccf8

修改新电子病历

Showing 1 changed file with 6 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ ce2ed21
... ... @@ -232,7 +232,12 @@
232 232 patientsQuery.setIsHighRisk(isHighRisk);
233 233 patientsQuery.setServiceStatus(riskPatientsQueryRequest.getServiceStatus());
234 234 patientsQuery.setYn(YnEnums.YES.getId());
235   - patientsQuery.setBuildType(1);
  235 +// patientsQuery.setBuildType(1);
  236 + //0 未分娩建档 2 自动分娩类型
  237 + List buildType=new ArrayList();
  238 + buildType.add(0);
  239 + buildType.add(2);
  240 + patientsQuery.setBuildTypeList(buildType);
236 241 patientsQuery.setHospitalId(autoMatchFacade.getHospitalId(userId));
237 242 patientsQuery.setNeed("1");
238 243 //查询符合条件的孕妇