1
This commit is contained in:
@@ -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())}
|
||||
|
||||
Reference in New Issue
Block a user