Selaa lähdekoodia

Merge branch 'saas_hgw_pay' into master_saas

hgw 3 vuotta sitten
vanhempi
commit
77688d2b23

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PayServiceImpl.java

@@ -458,7 +458,7 @@ public class PayServiceImpl implements PayService {
         unionPay.put("type", paymentChannel.getCode());
         unionPay.put("payMap", payMap);
         unionPay.put("tenantId", hfMerchantConfig.getTenantId());
-        //unionPay.put("routingMerNos", payeeMerNo);
+        unionPay.put("routingMerNos", hfMerchantConfig.getPlatformPayeeMemberId());
         
 		return unionPay;
 	}