|
|
@@ -2039,7 +2039,7 @@ public class FsInquiryOrderServiceImpl implements IFsInquiryOrderService
|
|
|
data.put("discountMoney", order.getMoney());
|
|
|
}
|
|
|
} else {
|
|
|
- data.put("payMoney", order.getMoney());
|
|
|
+ data.put("payMoney", order.getUserCouponId() == null ? order.getMoney() : order.getPayMoney());
|
|
|
data.put("discountMoney", new BigDecimal(0));
|
|
|
}
|
|
|
return R.ok().put("data", data);
|