查询门店商品有点问题

This commit is contained in:
苏尹岚
2020-04-10 17:34:24 +08:00
parent 83a954b96d
commit 5d2d2a678c
2 changed files with 2 additions and 2 deletions

View File

@@ -1977,7 +1977,7 @@ func CreateUpcSkuByExcelBin(ctx *jxcontext.Context, reader io.Reader) (hint stri
skuName.IsGlobal = model.YES
skuName.CategoryID = model.NoCatCatgoryID
skuName.Skus[0].Status = model.SkuStatusNormal
time.Sleep(time.Second / 4)
time.Sleep(time.Second / 4) //addskuname里下载图片有点问题所以设置一个时间。。
_, err = AddSkuName(ctx, skuName, ctx.GetUserName())
if err != nil {
createUpcSkuByExcelErrList = append(createUpcSkuByExcelErrList, buildCreateUpcSkuByExcelErr(v, err.Error()))