Pre Merge pull request !550 from 刘伟东/N/A

pull/550/MERGE
刘伟东 2025-07-31 05:44:25 +00:00 committed by Gitee
commit 78bd339280
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class OnlineSessionFilter extends AccessControlFilter
onlineSession.setAvatar(user.getAvatar());
onlineSession.setDeptName(user.getDept().getDeptName());
onlineSession.markAttributeChanged();
onlineSessionDAO.update(onlineSession);
}
}