diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index 98f4cf34b..3c3de4ba8 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -103,6 +103,8 @@ func SyncCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendorIDs needSyncParentIDs = append(needSyncParentIDs, cat.ParentID) } } + fmt.Println("22222222222222222222222", utils.Format4Output(catList, false)) + fmt.Println("22222222222222222222222", utils.Format4Output(needSyncParentIDs, false)) if len(needSyncParentIDs) > 0 { task := tasksch.NewSeqTask(fmt.Sprintf("同步分类1:%v", catIDs), ctx, func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) {