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