diff --git a/business/jxstore/initdata/initdata.go b/business/jxstore/initdata/initdata.go index 57b1f3e42..1821a5721 100644 --- a/business/jxstore/initdata/initdata.go +++ b/business/jxstore/initdata/initdata.go @@ -387,9 +387,9 @@ func BuildSkuFromEbaiStore(ctx *jxcontext.Context, baiduShopID int64, isAsync, i } qiniuImgURL := "http://image.jxc4.com/" + key + "?imageMogr2/thumbnail/x800/gravity/Center/crop/800x800" for _, sku := range skuNameExt.Skus { - jdCatID := 20308 // 其他国产水果 + jdCatID := 22410 // 其他国产水果 if cat.Name == "进口水果" { - jdCatID = 20327 // 其他进口水果 + jdCatID = 20342 // 其他进口水果 } price := sku.LinkID sku.LinkID = 0