|
@@ -160,5 +160,12 @@
|
|
|
FROM sys_payment_config spc
|
|
|
LEFT JOIN organization o on spc.organ_id_ = o.id_
|
|
|
WHERE pay_type_ = #{payType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
+ <if test='payType != null and payType.code.equals("YQPAY")'>
|
|
|
+ AND spc.yq_mer_no_ is not null
|
|
|
+ </if>
|
|
|
+ <if test='payType != null and payType.code.equals("ADAPAY")'>
|
|
|
+ AND spc.hf_mer_no_ is not null
|
|
|
+ </if>
|
|
|
+
|
|
|
</select>
|
|
|
</mapper>
|