Commit 899ffd0f by ping.wu

Merge branches 'feature/20220112_银行周周惠_wuping' and 'qa' of…

Merge branches 'feature/20220112_银行周周惠_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 5332b6ba d5868fa0
......@@ -1309,8 +1309,8 @@ public class PayServiceImpl {
return plugInParameter;
}
String applyMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid();
String signMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid();
String applyMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid();
String signMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid();
String thirdStoreId = assortmentOpenPlatformPaymentStore.getThirdStoreId();
plugInParameter.setApplyMchid(applyMchid);
plugInParameter.setSignMchid(signMchid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment