This commit is contained in:
苏尹岚
2021-01-11 18:08:09 +08:00
parent e5133e7006
commit a3c9346792

View File

@@ -170,7 +170,7 @@ func skuInfo2Param(ctx *jxcontext.Context, sku *dao.StoreSkuSyncInfo) (param *jd
if sku.ImgMix != "" {
param.Images = jxutils.BatchString2Slice(sku.ImgMix, sku.Img2)
} else {
param.Images = jxutils.BatchString2Slice(sku.Img, sku.Img2)
param.Images = jxutils.BatchString2Slice(sku.Img, sku.Img2, sku.Img3)
}
if param.CategoryID == 0 {