fix: 放开首页lic到期查看权限

This commit is contained in:
caiyuchao
2025-09-18 17:20:31 +08:00
parent 86464b0be3
commit fcc0630c3b

View File

@@ -127,7 +127,7 @@ public class LicenseController {
@GetMapping("/list-expiry")
@Operation(summary = "获得License到期列表")
@PreAuthorize("@ss.hasPermission('license:license:query')")
// @PreAuthorize("@ss.hasPermission('license:license:query')")
public CommonResult<List<LicenseRespVO>> getLicenseByExpiryDate() {
List<LicenseRespVO> licenseHistory = licenseService.getLicenseByExpiryDate();
return success(licenseHistory);