|
|
@@ -252,9 +252,9 @@ public class MerchantAlipayPaymentStrategyImpl implements MerchantPaymentStrateg
|
|
|
return R.fail("门店ID和商户订单号不能为空");
|
|
|
}
|
|
|
StorePaymentConfig config = storePaymentConfigService.getByStoreId(storeId);
|
|
|
- if (config == null) {
|
|
|
- return R.fail("该门店未配置支付参数");
|
|
|
- }
|
|
|
+// if (config == null) {
|
|
|
+// return R.fail("该门店未配置支付参数");
|
|
|
+// }
|
|
|
MerchantPaymentOrder paymentOrder = merchantPaymentOrderService.getByOutTradeNo(outTradeNo);
|
|
|
if (paymentOrder == null) {
|
|
|
return R.fail("支付单不存在");
|