Commit 7ce3756a authored by 黄奎's avatar 黄奎

新增字段

parent fa863428
......@@ -2507,6 +2507,7 @@ namespace Mall.Module.Product
form_id = model.FormsId,
sales = (model.SalesNum ?? 0) + payment_num,//已售出数量 + 订单商品数量//
name = model.Name,
subname=model.SubName,
original_price = model.OriginalPrice,
cover_pic = model.CoverImage,
unit = model.Unit,
......@@ -2582,6 +2583,9 @@ namespace Mall.Module.Product
x.CategoryName
}),
video_type = model.VideoType,
goods_country=model.GoodsCountry,
fatcode=model.FatCode,
goodsurl= model.GoodsUrl
},
delivery = ""
};
......
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