Authored by tanling

支付列表

@@ -120,7 +120,7 @@ public class OrdersPayService { @@ -120,7 +120,7 @@ public class OrdersPayService {
120 if (hbfq.isPresent()){ 120 if (hbfq.isPresent()){
121 121
122 // 获取订单实付金额 122 // 获取订单实付金额
123 - if (orderInfo != null){ 123 + if (orderInfo == null){
124 orderInfo = iPaymentService.getOrderInfoByOrderCode(request.getUid(), request.getOrderCode()); 124 orderInfo = iPaymentService.getOrderInfoByOrderCode(request.getUid(), request.getOrderCode());
125 } 125 }
126 126