周箭河 пре 5 година
родитељ
комит
b690a474e6
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      mec-biz/src/main/resources/config/mybatis/SysPaymentConfigMapper.xml

+ 7 - 0
mec-biz/src/main/resources/config/mybatis/SysPaymentConfigMapper.xml

@@ -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>