|
|
@ -253,7 +253,7 @@ import com.gxwebsoft.common.core.service.PaymentCacheService; |
|
|
|
*/ |
|
|
|
public Payment getPayment(ShopOrder order) { |
|
|
|
// 先清除可能的错误缓存
|
|
|
|
paymentCacheService.removePaymentConfig(order.getPayType().toString(), order.getTenantId()); |
|
|
|
// paymentCacheService.removePaymentConfig(order.getPayType().toString(), order.getTenantId());
|
|
|
|
|
|
|
|
Payment payment = paymentCacheService.getPaymentConfig(order.getPayType(), order.getTenantId()); |
|
|
|
|
|
|
|