Commit 3aa3ae66 authored by 周健威's avatar 周健威

修复问题

parent 320a0040
......@@ -62,7 +62,7 @@ public class OrderCalculateBiz {
BigDecimal refundAmount = BigDecimal.ZERO;
BigDecimal consumeAmount = BigDecimal.ZERO;
//其他消费金额
BigDecimal otherItemRealAmount = baseOrder.getGoodsAmount().subtract(orderItem.getRealAmount());
BigDecimal otherItemRealAmount = baseOrder.getGoodsAmount().subtract(orderItem.getRealAmount().add(orderItem.getCouponAmount()));
InProgressVO inProgressVO = new InProgressVO();
inProgressVO.setUsedDays(useDays);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment