|
@@ -205,7 +205,7 @@
|
|
FROM sys_payment_config spc
|
|
FROM sys_payment_config spc
|
|
LEFT JOIN organization o on spc.organ_id_ = o.id_
|
|
LEFT JOIN organization o on spc.organ_id_ = o.id_
|
|
<where>
|
|
<where>
|
|
- spc.tenant_id_ = #{tenantId}
|
|
|
|
|
|
+ <!-- spc.tenant_id_ = #{tenantId} -->
|
|
<if test="payType == null">
|
|
<if test="payType == null">
|
|
and pay_type_ IS NOT NULL
|
|
and pay_type_ IS NOT NULL
|
|
AND (spc.yq_mer_no_ !='' OR spc.hf_mer_no_ !='')
|
|
AND (spc.yq_mer_no_ !='' OR spc.hf_mer_no_ !='')
|