[fix]修改缓存配置

This commit is contained in:
wangqx 2025-09-24 12:18:00 +08:00
parent 9ad1de7d1c
commit 15d36d3ec4

View File

@ -410,9 +410,7 @@ public class MemberServiceImpl extends ServiceImpl<MemberMapper,Member> implemen
}
@Override
@CacheEvict(value = GlobalConstants.MEMBER_KEY, key = "#id")
@CacheEvict(value = GlobalConstants.MEMBER_KEY, key = "#entity.id")
public boolean updateById(Member entity) {
return super.updateById(entity);
}