|
|
@@ -4603,7 +4603,7 @@ public class LiveOrderServiceImpl implements ILiveOrderService {
|
|
|
liveOrder.setStatus(OrderInfoEnum.STATUS_0.getValue());
|
|
|
liveOrder.setPayType("1");
|
|
|
liveOrder.setTotalPrice(payPrice);
|
|
|
- liveOrder.setPayMoney(payPrice);
|
|
|
+ liveOrder.setPayMoney(payPrice.subtract(liveOrder.getDiscountMoney()));
|
|
|
liveOrder.setPayPrice(payPrice.subtract(liveOrder.getDiscountMoney()));
|
|
|
try {
|
|
|
if (baseMapper.insertLiveOrder(liveOrder) > 0) {
|