Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
*
|
||||
from hy_partner_base_info a
|
||||
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>
|
||||
|
||||
<update id="cleanIdCardInfoByPartnerLineId">
|
||||
|
||||
Reference in New Issue
Block a user