forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-12 1bd2792d924c7c1a90dd76f07d54c39202ff7afc
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>