getByIdCard

This commit is contained in:
wxp01309236
2023-07-04 21:41:51 +08:00
parent a280f6e762
commit 4e4413f455

View File

@@ -294,7 +294,7 @@
* *
from hy_partner_base_info a from hy_partner_base_info a
left join hy_partner_line_info b on a.partner_line_id = b.id left join hy_partner_line_info b on a.partner_line_id = b.id
where a.id_card = #{idCard} and ( b.line_status != 3 or b.deleted = 1 ) where a.id_card = #{idCard} and ( b.line_status != 3 and b.deleted = 0 )
</select> </select>
<update id="cleanIdCardInfoByPartnerLineId"> <update id="cleanIdCardInfoByPartnerLineId">