修改互联网单点报错问题

This commit is contained in:
sh
2025-11-21 12:58:45 +08:00
parent 48ce78f331
commit 29fd6d715e

View File

@@ -235,7 +235,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete>
<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>
</mapper>