Commit 16da98260f5f4ebec12e7b61013a6c6b1f2fddd1

Authored by liquanyu
1 parent d5b7a09245

分娩管理查询修改

Showing 1 changed file with 5 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 16da982
... ... @@ -382,7 +382,11 @@
382 382 List<String> fmHospitalList = null;
383 383 //区域范围内孕妇
384 384 if (isRegion) {
385   - patientsQuery.setExtEnable(false);
  385 + //patientsQuery.setExtEnable(false);
  386 + //徐倩说的额改成只查询分娩医院记录 不管是否隐藏建档 20180703 10:01
  387 + //http://jira.healthbaby.com.cn/browse/WEB-2711
  388 +
  389 +
386 390 //王平说的 必须要给区域医院权限,不然他就是蠢逼 201611124 16:41
387 391 hospitalList = new ArrayList<>();
388 392 fmHospitalList = new ArrayList<>();