|
|
@@ -115,7 +115,7 @@ public class RoleController {
|
|
|
public Object getOrganizationAuth(
|
|
|
@Parameter(name = "oid", description = "当前用户的机构oid", example = "", required = false)
|
|
|
@RequestParam("oid") String oid) {
|
|
|
- return roleService.getOrganizationAuth(oid);
|
|
|
+ return roleService.getOrganizationAuth(oid, null);
|
|
|
}
|
|
|
|
|
|
}
|