Authored by tanling

支付列表

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