|
@@ -67,6 +67,13 @@ public class SysOrgController {
|
|
|
return CommonResult.data(sysOrgService.queyrList());
|
|
return CommonResult.data(sysOrgService.queyrList());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @ApiOperationSupport(order = 1)
|
|
|
|
|
+ @ApiOperation("获取-业务用组织分页")
|
|
|
|
|
+ @GetMapping("/bus/org/queryList")
|
|
|
|
|
+ public CommonResult<List<SysOrg>> queryBusList() {
|
|
|
|
|
+ return CommonResult.data(sysOrgService.queyrList());
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 获取组织分页
|
|
* 获取组织分页
|