|
@@ -753,7 +753,7 @@ public class UserPaymentCoreServiceImpl implements UserPaymentCoreService {
|
|
|
.id(userPaymentOrder.getId())
|
|
|
.paymentVendor(reqConfig.getPaymentVendor())
|
|
|
.build();
|
|
|
- userPaymentOrderService.updateById(update);
|
|
|
+ userPaymentOrderService.updatePaymentVendorById(update);
|
|
|
|
|
|
// 重置支付三方渠道
|
|
|
userPaymentOrder.setPaymentVendor(reqConfig.getPaymentVendor());
|