Skip to content

Commit

Permalink
Update OmsPortalOrderServiceImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jul 21, 2019
1 parent af56eed commit 59f763b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ private void updateCouponStatus(Long couponId, Long memberId, Integer useStatus)

private void handleRealAmount(List<OmsOrderItem> orderItemList) {
for (OmsOrderItem orderItem : orderItemList) {
//原价-促销价格-优惠券抵扣-积分抵扣
//原价-促销优惠-优惠券抵扣-积分抵扣
BigDecimal realAmount = orderItem.getProductPrice()
.subtract(orderItem.getPromotionAmount())
.subtract(orderItem.getCouponAmount())
Expand Down

0 comments on commit 59f763b

Please sign in to comment.