浏览代码

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

Administrator 2 年之前
父节点
当前提交
2b77180f18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-modules/boman-system/src/main/resources/mapper/system/SysUserMapper.xml

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