This commit is contained in:
邹宗楠
2022-12-14 17:26:47 +08:00
parent 1d3f68c103
commit 2e6b08ce9f
2 changed files with 22 additions and 16 deletions

View File

@@ -743,7 +743,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
}
}
successList := putils.UnselectStoreSkuSyncListByVendorSkuIDs(batchedStoreSkuList, GetVendorSkuIDList(failedList))
globals.SugarLogger.Debugf("successList ============== %s", utils.Format4Output(successList, false))
if len(successList) > 0 {
_, err := updateStoreSku(dao.GetDB(), vendorID, successList, model.SyncFlagNewMask)
if err != nil {