Commit afdc55fc920b4f66d0a9dd7714ec2303e7a59966

Authored by liquanyu
1 parent 16da98260f

分娩管理查询修改

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ afdc55f
... ... @@ -382,7 +382,7 @@
382 382 List<String> fmHospitalList = null;
383 383 //区域范围内孕妇
384 384 if (isRegion) {
385   - //patientsQuery.setExtEnable(false);
  385 + patientsQuery.setExtEnable(false);
386 386 //徐倩说的额改成只查询分娩医院记录 不管是否隐藏建档 20180703 10:01
387 387 //http://jira.healthbaby.com.cn/browse/WEB-2711
388 388