@@ -254,7 +254,7 @@ public class LoginUser implements UserDetails
public void setUser(SysUser user)
{
- this.student = student;
+ this.user = user;
}
public UserInfo getStudent()