Commit d077b38e by 杨树贤

华云展示商品名称

parent 4d95c2a2
Showing with 1 additions and 1 deletions
......@@ -83,7 +83,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
//获取商品名称
//1688就是mro的sku spuName和GoodsName不是一个东西,不能公用
if sku.GoodsName != "" && sku.SupplierId == 1688 {
if sku.GoodsName != "" && (sku.SupplierId == 1688 || sku.Canal == "L0015730") {
sku.GoodsName = gjson.Get(spu, "spu_name").String()
}
if sku.GoodsName == "" {
......
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 sign in to comment