|
|
|
@ -439,8 +439,8 @@ public class UserServiceImpl implements UserService { |
|
|
|
for (Long targetUserId : idList) { |
|
|
|
String lockKey = String.format(Constants.LOGIN_LOCK, targetUserId); |
|
|
|
String failKey = String.format(Constants.LOGIN_FAIL, targetUserId); |
|
|
|
redisTemplateForBusiness.delete(lockKey); |
|
|
|
redisTemplateForBusiness.delete(failKey); |
|
|
|
redisUtil.delKey(lockKey); |
|
|
|
redisUtil.delKey(failKey); |
|
|
|
|
|
|
|
String businessLockKey = String.format(Constants.BUSINESS_LOGIN_LOCK, targetUserId); |
|
|
|
String businessFailKey = String.format(Constants.BUSINESS_LOGIN_FAIL, targetUserId); |
|
|
|
|