zhongrj
2024-03-11 348b2464bb5e500cb92c4e2d2819ed7ceb74c831
src/main/java/org/springblade/modules/system/controller/TenantController.java
@@ -105,7 +105,7 @@
   @GetMapping("/select")
   @ApiOperationSupport(order = 3)
   @ApiOperation(value = "下拉数据源", notes = "传入tenant")
   @PreAuth(RoleConstant.HAS_ROLE_ADMIN)
   // @PreAuth("hasAnyRole('administrator', 'admin','wygly','wyxmjl')")
   public R<List<Tenant>> select() {
      BladeUser user = AuthUtil.getUser();
      Tenant tenant = new Tenant();