|
|
|
@ -45,12 +45,11 @@
|
|
|
|
|
scup.upay_refuse_remark,
|
|
|
|
|
scup.upay_approve_email_send,
|
|
|
|
|
scup.upay_approve_email_id,
|
|
|
|
|
config.enable_cross_payment,
|
|
|
|
|
config.enable_card_payment
|
|
|
|
|
cc.enable_cross_payment,
|
|
|
|
|
cc.enable_card_payment
|
|
|
|
|
FROM sys_clients c
|
|
|
|
|
inner join sys_client_config cc on cc.client_id = c.client_id
|
|
|
|
|
inner join sys_org o on o.org_id=c.org_id
|
|
|
|
|
inner join sys_client_config config on c.client_id = config.client_id
|
|
|
|
|
left join sys_client_upay_profile scup on scup.client_id = c.client_id
|
|
|
|
|
<if test="bd_user!=null">
|
|
|
|
|
INNER JOIN sys_client_bd d ON c.client_id = d.client_id AND d.bd_id = #{bd_user} and
|
|
|
|
|