Commit 052d926fc5a53237e499065bbb0148e44388d8c9

Authored by liquanyu
1 parent afdc55fc92

分娩管理查询修改

Showing 1 changed file with 5 additions and 2 deletions

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