1'
This commit is contained in:
@@ -2551,6 +2551,8 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader, categoryID
|
||||
if !isUpdate {
|
||||
_, err = AddSkuName(ctx, skuName, ctx.GetUserName())
|
||||
} else {
|
||||
globals.SugarLogger.Debugf("============sku== %s", utils.Format4Output(sku, false))
|
||||
globals.SugarLogger.Debugf("============skuName== %s", utils.Format4Output(skuName, false))
|
||||
sku.Name = skuName.Name
|
||||
sku.Img = skuName.Img
|
||||
sku.Img2 = skuName.Img2
|
||||
|
||||
Reference in New Issue
Block a user