zhongrj
2024-02-26 9499e3c887fc1be2115c38540d1dc515c7403d38
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();