@@ -224,7 +224,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getByPhone" resultMap="SysUserResult">
<include refid="selectUserVo"/>
- where u.phonenumber = #{phone} and u.del_flag = '0' and u.status = '0' limit 1;
+ where u.phonenumber = #{phone} and u.del_flag = '0' limit 1;
</select>
</mapper>