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