linwei
2024-02-18 c1cb1198cd331fa949fc10fb7bd5c7093f47e61b
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();