This commit is contained in:
邹宗楠
2023-02-06 15:59:25 +08:00
parent 97997f0e79
commit 99dc1d64ac
2 changed files with 1 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
}
if (err != nil || childrenProductId == 0) && !strings.Contains(err.Error(), "2010001") { // 2010001:重复创建渠道商品,就去更新
failedList = putils.GetErrMsg2FailedSingleList(storeSku, err, storeID, model.VendorChineseNames[model.VendorIDDD], syncType)
continue
}