🔨 修改 spring 应用名称.

This commit is contained in:
lijiahang
2024-06-17 10:13:23 +08:00
parent f618aef988
commit dfd2ec45f4
5 changed files with 11 additions and 8 deletions

View File

@@ -342,7 +342,7 @@ public class SystemUserServiceImpl implements SystemUserService {
/**
* 删除主要用户缓存 其他的缓存自动过期
*
* @param userList
* @param userList userList
*/
private void deleteUserCacheKey(List<SystemUserDO> userList) {
Set<String> deleteKeys = new HashSet<>();