1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user