Commit 171529ae by chongfu.liang

fix

parent 99933a70
...@@ -454,7 +454,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService { ...@@ -454,7 +454,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService {
List<CartGoods> giftGoods = null; List<CartGoods> giftGoods = null;
AdditionBO additionBO = null; AdditionBO additionBO = null;
ScoreReduceBO scoreReduceBO = null; ScoreReduceBO scoreReduceBO = null;
if (distributeBO.getCalculationDiscountBO() != null || CollectionUtils.isEmpty(distributeBO.getCartGoods())){ if (distributeBO.getCalculationDiscountBO() != null && CollectionUtils.isEmpty(distributeBO.getCartGoods())){
/** /**
* 用促销价格初始化购物车行记录成交价 * 用促销价格初始化购物车行记录成交价
*/ */
......
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