查询全部租户

This commit is contained in:
2025-12-16 13:52:23 +08:00
parent 3172d37788
commit fac647083e
3 changed files with 14 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public class SysTenantController {
@Operation(summary = "查询所有租户" , description = "查询所有租户" )
@GetMapping("/getAll" )
@Inner(false)
// @PreAuthorize("@pms.hasPermission('tenant_sysTenant_view')" )
public R<List<TenantVO>> getAll() {
return R.ok(sysTenantService.getAll());