소스 검색

设置超过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>