From a5e37278aac5da0e0935848f49ff3627841fea3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 12 Mar 2021 16:14:22 +0800 Subject: [PATCH] aa --- business/jxstore/cms/sync2.go | 2 ++ 1 file changed, 2 insertions(+) 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) {