@ -129,7 +129,7 @@ public interface UserInfoMapper {
UserInfologins(UserInfouserInfo);
UserInfologins(UserInfouserInfo);
//登陆
//登陆
@Select("SELECT token,userId,userName,roleId,userAvatars from hr_user_info where isdel=0 and account = #{account} and password = #{password}")
@Select("SELECT token,userId,userName,roleId,userAvatars,password from hr_user_info where isdel=0 and account = #{account} and password = #{password}")