Commit b1a037df by 张跃

查询机构组织id

parent 1b38bed1
...@@ -68,7 +68,7 @@ public interface CommonService { ...@@ -68,7 +68,7 @@ public interface CommonService {
if (CollectionUtils.isEmpty(orgResponseList)){ if (CollectionUtils.isEmpty(orgResponseList)){
return null; return null;
} }
return orgResponseList.stream().map(org -> org.getOrganizationCode()).collect(Collectors.toList()); return orgResponseList.stream().map(org -> org.getOrganizationId()).collect(Collectors.toList());
} }
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment