This commit is contained in:
MaxKey
2022-04-14 12:17:03 +08:00
parent b9c7210d78
commit db9a90546f
3 changed files with 14 additions and 14 deletions
@@ -73,7 +73,7 @@ public class AbstractOnlineTicketService implements OnlineTicketService{
String lastLogoffTime = DateUtils.formatDateTime(new Date());
_logger.trace("{} user {} terminate Ticket {} ." ,lastLogoffTime,username, onlineTicket);
this.profileLastLogoffTime(userId, lastLogoffTime);
this.sessionLogoff(userId, lastLogoffTime);
this.sessionLogoff(onlineTicket, lastLogoffTime);
remove(onlineTicket);
}