Commit c9c6fa7f by shuhu.hou@freemud.cn

库存fixbug

parent b922552e
......@@ -113,7 +113,7 @@ public class DefaultPromotionService implements IPromotionService {
shoppingCartGoodsDto.setActivityDiscountsDtos(activityDiscountsDtos);
if (null != calculationDiscountResult && ((CollectionUtils.isNotEmpty(activityDiscountsDtos) || CollectionUtils.isNotEmpty(addMoneyDiscounts)))) {
if (null != calculationDiscountResult) {
//处理加价购
List<SubtractStockVO> stocks = filterSendGoodsStocks(calculationDiscountResult.getStocks(), shoppingCartInfoRequestVo, addMoneyDiscounts);
if (CollectionUtils.isNotEmpty(stocks)) {
......
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