Commit 532fe245 by ping.wu

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

Merge branches 'feature/20220112_银行周周惠_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents 6235f331 d5868fa0
...@@ -1304,8 +1304,8 @@ public class PayServiceImpl { ...@@ -1304,8 +1304,8 @@ public class PayServiceImpl {
return plugInParameter; return plugInParameter;
} }
String applyMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid(); String applyMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid();
String signMchid = openPlatformPartnerPaymentConfigs.get(0).getSubMchid(); String signMchid = assortmentOpenPlatformPartnerPaymentAuth.getSp_mchid();
String thirdStoreId = assortmentOpenPlatformPaymentStore.getThirdStoreId(); String thirdStoreId = assortmentOpenPlatformPaymentStore.getThirdStoreId();
plugInParameter.setApplyMchid(applyMchid); plugInParameter.setApplyMchid(applyMchid);
plugInParameter.setSignMchid(signMchid); 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