【安眼】添加日志

This commit is contained in:
2026-02-02 19:01:56 +08:00
parent 46c0c15bf2
commit a6aebf34b4
@@ -159,7 +159,7 @@ public class LoginAnYanServiceImpl implements ILoginAnYanService {
// 用户登录信息处理 // 用户登录信息处理
userInfo(sysUser, result, clientType); userInfo(sysUser, result, clientType);
//同步用户其他信息 //同步用户其他信息
updateEmployeeOtherInfo(sysUser.getWorkNo(), sysUser.getId()); // updateEmployeeOtherInfo(sysUser.getWorkNo(), sysUser.getId());
// 清除登录失败记录 // 清除登录失败记录
redisUtil.del(CommonConstant.LOGIN_FAIL + username); redisUtil.del(CommonConstant.LOGIN_FAIL + username);
// 缓存登录用户信息 // 缓存登录用户信息