|
@@ -62,8 +62,8 @@ public class SysOrgController {
|
|
|
|
|
|
|
|
@ApiOperationSupport(order = 1)
|
|
@ApiOperationSupport(order = 1)
|
|
|
@ApiOperation("获取组织分页")
|
|
@ApiOperation("获取组织分页")
|
|
|
- @GetMapping("/sys/org/queyrList")
|
|
|
|
|
- public CommonResult<List<SysOrg>> queyrList() {
|
|
|
|
|
|
|
+ @GetMapping("/sys/org/queryList")
|
|
|
|
|
+ public CommonResult<List<SysOrg>> queryList() {
|
|
|
return CommonResult.data(sysOrgService.queyrList());
|
|
return CommonResult.data(sysOrgService.queyrList());
|
|
|
}
|
|
}
|
|
|
|
|
|