This commit is contained in:
邹宗楠
2023-03-31 18:20:54 +08:00
parent a534d95ba7
commit 07e7284e31

View File

@@ -2549,7 +2549,7 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader, categoryID
payload["img3"] = sku.Img3
payload["img4"] = sku.Img4
payload["img5"] = sku.Img5
updateOrCreateSkuVendorCategoryMap(db, ctx, sku.ID, nil, nil, false)
updateOrCreateSkuVendorCategoryMap(db, ctx, sku.ID, payload, nil, false)
}
if err != nil {
retVal = []*CreateUpcSkuByExcelErr{buildCreateUpcSkuByExcelErr(v, err.Error())}