@@ -24,7 +24,6 @@ public class TenantConfigController extends BaseController {
@ApiOperation("修改机构启用停用状态")
@GetMapping(value = "/get")
- @PreAuthorize("@pcs.hasPermissions('tenantConfig/get')")
public Object get() {
// 查询云教室扣费标准
TenantConfig tenantConfig = tenantConfigService.queryByTenantId(TenantContextHolder.getTenantId());