Commit 0a929609 by ping.wu

Merge branches 'feature/20211213_保存spu商品货号_wuping' and 'qa' of…

Merge branches 'feature/20211213_保存spu商品货号_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 550a432b 896ee7cd
...@@ -886,6 +886,7 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService { ...@@ -886,6 +886,7 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService {
} }
} }
} }
orderProductAddInfoDto.setSpuProductCode(productBean.getProductCode());
orderProductAddInfoDto.setProductBindingCoupons(productBindingCoupons); orderProductAddInfoDto.setProductBindingCoupons(productBindingCoupons);
orderProductAddInfoDto.setLinkedId(productBean.getLinkedId()); orderProductAddInfoDto.setLinkedId(productBean.getLinkedId());
orderItemCreateReq.setExtInfo(JSONObject.toJSONString(orderProductAddInfoDto)); orderItemCreateReq.setExtInfo(JSONObject.toJSONString(orderProductAddInfoDto));
......
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