Commit 8d0a02bf by ping.wu

周周惠

parent d8a2b56d
...@@ -1295,7 +1295,7 @@ public class PayServiceImpl { ...@@ -1295,7 +1295,7 @@ public class PayServiceImpl {
return plugInParameter; return plugInParameter;
} }
AssortmentOpenPlatformPaymentStore assortmentOpenPlatformPaymentStore = openPlatformPartnerPaymentConfigManager.queryPPlatformPaymentStore(openPlatformPartnerPaymentConfigs.get(0).getId().toString(), storeId); AssortmentOpenPlatformPaymentStore assortmentOpenPlatformPaymentStore = openPlatformPartnerPaymentConfigManager.queryPlatformPaymentStore(openPlatformPartnerPaymentConfigs.get(0).getId().toString(), storeId);
if (assortmentOpenPlatformPaymentStore == null || assortmentOpenPlatformPaymentStore.getStatus() != 1) { if (assortmentOpenPlatformPaymentStore == null || assortmentOpenPlatformPaymentStore.getStatus() != 1) {
return plugInParameter; return plugInParameter;
} }
......
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