This commit is contained in:
邹宗楠
2024-05-17 17:18:12 +08:00
parent cfb79944fc
commit 9357c1aad5
2 changed files with 4 additions and 7 deletions

View File

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