Commit 39b07a78 by 周晓航

提交测试

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 91f7284c
......@@ -299,6 +299,11 @@ public class CartGoods {
*/
private List<MaterialGoods> productMaterialList;
/**
* 【订C,“POS编码”让凌顶那边去匹配商品】 https://www.tapd.cn/43862731/prong/stories/view/1143862731001039549
*/
private String linkedId;
@Data
public final static class CartGoodsExtra {
/**
......
......@@ -689,6 +689,8 @@ public class ShoppingCartConvertAdapter {
cartGoods.setTaxId(spuProduct.getTaxId());
// fisherman 订C,“POS编码”让凌顶那边去匹配商品 透传到订单上 保存到 orders_item 表的 extinfo里面
cartGoods.setLinkedId(spuProduct.getLinkedId());
// fisherman 测试 linkedid 插旗
cartGoods.setLinkedId("fisherman");
String skuSpecName = "";
String skuForeignSpecName = "";
if (isSkuProduct && CollectionUtils.isNotEmpty(skuProduct.getSkuSpecValues())) {
......
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