修改互联网单点报错问题
This commit is contained in:
@@ -235,7 +235,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<select id="selectUserByIdCard" resultMap="SysUserResult">
|
<select id="selectUserByIdCard" resultMap="SysUserResult">
|
||||||
select * from app_user where id_card = #{idCard} LIMIT 1
|
select * from sys_user where del_flag='0' and id_card = #{idCard} LIMIT 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user