|
@@ -114,6 +114,8 @@ public class OrgCloudServiceProvider extends ControllerSupport implements OrgClo
|
|
return resp;
|
|
return resp;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @ApiOperation(value = "查询所有机构")
|
|
|
|
+ @PostMapping("getOrgs")
|
|
@Override
|
|
@Override
|
|
public GetOrgsResp getOrgs(@RequestBody GetOrgsReq req) {
|
|
public GetOrgsResp getOrgs(@RequestBody GetOrgsReq req) {
|
|
Long rootOrgId = req.getRootOrgId();
|
|
Long rootOrgId = req.getRootOrgId();
|