diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 4fd2589bd..f53774192 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -973,7 +973,7 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt tasksch.HandleTask(taskParallel, task, true).Run() _, err = taskParallel.GetResult(0) } - // case 1: + case 1: // if len(deleteList) > 0 { // taskFunc := func(task *tasksch.ParallelTask, batchItemList []interface{}, params ...interface{}) (retVal interface{}, err error) { // var (