Commit ed7635fc by 周晓航

Merge branch 'feature-维护POS商品编码ID1039549-zxh-20211123' into qa

parents 37ee3fdc 5f89ab5f
...@@ -1100,6 +1100,8 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService { ...@@ -1100,6 +1100,8 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService {
calculationDiscountRequestDto.setUserId(userId); calculationDiscountRequestDto.setUserId(userId);
List<CalculationDiscountGoodsDto> discountGoodsDtoList = new ArrayList<>(); List<CalculationDiscountGoodsDto> discountGoodsDtoList = new ArrayList<>();
CalculationDiscountGoodsDto discountGoodsDto = new CalculationDiscountGoodsDto(); CalculationDiscountGoodsDto discountGoodsDto = new CalculationDiscountGoodsDto();
// fix - > 调用促销没有 购物车行id 导致 促销优惠没有参与
discountGoodsDto.setCartGoodsUid("no_cartGoodsUid");
discountGoodsDto.setGoodsId(products.getPid()); discountGoodsDto.setGoodsId(products.getPid());
discountGoodsDto.setSpuId(products.getPid()); discountGoodsDto.setSpuId(products.getPid());
discountGoodsDto.setGoodsQuantity(1); discountGoodsDto.setGoodsQuantity(1);
......
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