Commit 896ee7cd by ping.wu

虚拟商品货号保存extinfo

parent 05b23181
...@@ -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);
orderItemCreateReq.setExtInfo(JSONObject.toJSONString(orderProductAddInfoDto)); orderItemCreateReq.setExtInfo(JSONObject.toJSONString(orderProductAddInfoDto));
orderItemList.add(orderItemCreateReq); orderItemList.add(orderItemCreateReq);
......
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