forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-25 a58d970029971e5253dee52d77ec8a075aa76a53
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/dao/mapper/xml/CtUserMapper.xml
@@ -418,4 +418,11 @@
        AND t1.status = '1'
        AND t1.unit_id = #{unitId}
    </select>
    <select id="selectByIdCard" resultMap="dataResult">
        SELECT * FROM dyh_ct_user
        WHERE
            delete_status = '0'
            and status = '1' and idcard=#{idCard}
    </select>
</mapper>