Commit df08db864d5c01d619ecc26ca1deca3f794cbc0e

Authored by shiyang
1 parent 1e2057ff19

隆化-区域孕妇管理-全部产妇,分娩医院没有选定具体医院筛选bug

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ df08db8
... ... @@ -558,6 +558,8 @@
558 558 } else {
559 559 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(riskPatientsQueryRequest.getFprovinceId())) {
560 560 patientsQuery.setFmHospitalList(fmHospitalList);
  561 + //区域孕妇管理全部产妇,筛选时没有选择具体的分娩医院,也要清空hospitalList,原逻辑加上list后,因为是and连接会是只查本院建档本院分娩。数据不准确
  562 + patientsQuery.setHospitalList(null);
561 563 }
562 564 }
563 565 } else {