Commit 97586e14 by 周晓航

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

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