Browse Source

设置超过15未登录,把用户账户停用

Administrator 2 years ago
parent
commit
2b77180f18

+ 1 - 1
boman-modules/boman-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -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>