|
|
@ -346,7 +346,7 @@ public class OutRechargeOrderServiceImpl implements OutRechargeOrderService { |
|
|
|
} |
|
|
|
} |
|
|
|
order.setPaySerialNo(consumptionResult.getString("orderId")); // 支付流水号
|
|
|
|
order.setPaySerialNo(consumptionResult.getString("orderId")); // 支付流水号
|
|
|
|
order.setPayRealPrice(order.getPayPrice()); // 实付金额
|
|
|
|
order.setPayRealPrice(order.getPayPrice()); // 实付金额
|
|
|
|
if (order.getRechargeType() == 1) { |
|
|
|
if (order.getRechargeType() != null && order.getRechargeType() == 1) { |
|
|
|
outRechargeOrderService.getMobile(order.getRechargeContent() , order.getOrderPrice().intValue() , order.getOrderNo()); |
|
|
|
outRechargeOrderService.getMobile(order.getRechargeContent() , order.getOrderPrice().intValue() , order.getOrderNo()); |
|
|
|
} |
|
|
|
} |
|
|
|
order.setStatus(2); |
|
|
|
order.setStatus(2); |
|
|
@ -370,7 +370,7 @@ public class OutRechargeOrderServiceImpl implements OutRechargeOrderService { |
|
|
|
highUserService.goldHandle(userId, goldNum, 2, 2, order.getId()); |
|
|
|
highUserService.goldHandle(userId, goldNum, 2, 2, order.getId()); |
|
|
|
order.setPayRealPrice(order.getPayPrice()); // 实付金额
|
|
|
|
order.setPayRealPrice(order.getPayPrice()); // 实付金额
|
|
|
|
order.setStatus(2); |
|
|
|
order.setStatus(2); |
|
|
|
if (order.getRechargeType() == 1) { |
|
|
|
if (order.getRechargeType() != null && order.getRechargeType() == 1) { |
|
|
|
outRechargeOrderService.getMobile(order.getRechargeContent() , order.getPayPrice().intValue() , order.getOrderNo()); |
|
|
|
outRechargeOrderService.getMobile(order.getRechargeContent() , order.getPayPrice().intValue() , order.getOrderNo()); |
|
|
|
} |
|
|
|
} |
|
|
|
order.setPayType(3); |
|
|
|
order.setPayType(3); |
|
|
|