错误检测

This commit is contained in:
richboo111
2022-07-15 15:52:09 +08:00
parent 0ab45f00df
commit ff4a25e619

View File

@@ -732,6 +732,9 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
}
return nil, len(successList), err
}, ctx, task, createList, 1 /*singleStoreHandler.GetStoreSkusBatchSize(partner.FuncCreateStoreSkus)*/, isContinueWhenError2)
if err != nil {
globals.SugarLogger.Debug("create sku wrong on ", err)
}
}
case 2:
if len(updateList) > 0 {