getByIdCard
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user