This commit is contained in:
邹宗楠
2024-08-16 15:39:54 +08:00
parent 6652a95af9
commit 6570b811cf

View File

@@ -870,10 +870,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
globals.SugarLogger.Debugf("============offlineList : %s", utils.Format4Output(offlineList, false))
}
if len(statusList) > 0 {
if storeID == 668428 {
globals.SugarLogger.Debugf("============statusList2 : %s", utils.Format4Output(statusList, false))
globals.SugarLogger.Debugf("============storeSkuHandler : %s", utils.Format4Output(storeSkuHandler, false))
}
_, err = putils.FreeBatchStoreSkuInfo(name, func(task tasksch.ITask, batchedStoreSkuList []*partner.StoreSkuInfo) (result interface{}, successCount int, err error) {
var failedList []*partner.StoreSkuInfoWithErr
if storeID == 668428 {