This commit is contained in:
dute7liang
2023-12-31 14:42:53 +08:00
parent 1d28fe8d68
commit d1a59f2d4a
33 changed files with 462 additions and 93 deletions

View File

@@ -77,7 +77,6 @@ public class CaiLoginManager {
UserInfo update = new UserInfo();
update.setUserId(user.getId());
update.setLoginCount(userInfo.getLoginCount()+1);
update.setPrevLoginTime(userInfo.getLastLoginTime());
update.setLastLoginIp(ip);
update.setLastLoginTime(LocalDateTime.now());
update.setLastLocation(address);