禅道#936修复

This commit is contained in:
gaoqr
2024-12-10 17:23:58 +08:00
parent 42649eb560
commit 381471396b
@@ -51,7 +51,6 @@ public class TenantPackageServiceImpl implements TenantPackageService {
private PermissionService permissionService;
@Override
@CacheEvict(value = RedisKeyConstants.TENANT_PACKAGE_MENU_IDS, key = "#createReqVO.id")
public Long createTenantPackage(TenantPackageSaveReqVO createReqVO) {
// 唯一性校验
validateTenantPackageUnique(createReqVO);