如使用非虚拟机内存缓存,导致缓存无法更新

Signed-off-by: 刘伟东 <7568295+liuweidong0802@user.noreply.gitee.com>
pull/550/head
刘伟东 2025-04-02 08:21:29 +00:00 committed by Gitee
parent 407f9f46d8
commit 7b956aa978
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);
}
}