mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	fix: 修复MailAccountService 更新/删除缓存未清空
This commit is contained in:
		| @@ -58,7 +58,7 @@ public class MailAccountServiceImpl implements MailAccountService { | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     @CacheEvict(value = RedisKeyConstants.MAIL_ACCOUNT, key = "#updateReqVO.id") | ||||
|     @CacheEvict(value = RedisKeyConstants.MAIL_ACCOUNT, key = "#id") | ||||
|     public void deleteMailAccount(Long id) { | ||||
|         // 校验是否存在账号 | ||||
|         validateMailAccountExists(id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV