Commit 066e12e1 by chongfu.liang

fix

parent 1bce87ff
...@@ -472,7 +472,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService { ...@@ -472,7 +472,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService {
/** /**
* 积分抵扣 * 积分抵扣
*/ */
scoreReduceBO scoreReduceBO = this.scoreReduce(distributeBO.getCalculationDiscountBO(), baseRequestDTO, shoppingGoodsAmountBO, additionBO); ScoreReduceBO scoreReduceBO = this.scoreReduce(distributeBO.getCalculationDiscountBO(), baseRequestDTO, shoppingGoodsAmountBO, additionBO);
/** /**
* 配送费 * 配送费
......
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