Commit 27693aa6f9697c676aff5770776e95c0508dc301

Authored by jiangjiazhi
1 parent 030e14ef58

修改产检删除

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AutoMatchFacade.java View file @ 27693aa
... ... @@ -106,7 +106,7 @@
106 106 }
107 107  
108 108 public String getHospitalId(Integer userId){
109   - List<Integer> list = matchAreaOrgId(userId);
  109 + List<Integer> list = matchOrgId(userId);
110 110 if(null==list||CollectionUtils.isEmpty(list)){
111 111 return null;
112 112 }