供应商列表查询关联银行修改
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
LEFT JOIN xzd_settlement_info as settlement ON info.id = settlement.customerinformation_id
|
||||
LEFT JOIN xzd_contact as contact ON info.id = contact.customerinformation_id AND contact.type like '2' AND contact.is_main_contact = 1
|
||||
LEFT JOIN xzd_yhxx as yhxx ON info.id = yhxx.main_id and yhxx.sfmr like '1'
|
||||
LEFT JOIN xzd_supplier_open_bank as bank ON yhxx.yh_id = bank.id
|
||||
LEFT JOIN xzd_supplier_open_bank as bank ON yhxx.open_bank = bank.open_bank and yhxx.branch_name = bank.branch_name
|
||||
|
||||
<where>
|
||||
<if test='bo.unifiedSocialCreditCode != null and bo.unifiedSocialCreditCode != ""'>
|
||||
|
||||
Reference in New Issue
Block a user