diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index dd2710735..9f8d64c1b 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -78,8 +78,8 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo func(rootTask *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) { level := step + 1 catList, err := dao.GetDirtyStoreCategories(db, vendorID, storeID, level, skuIDs) - globals.SugarLogger.Debug("====================xinzheng22222",len(catList)) - globals.SugarLogger.Debug("====================xinzheng22222",catList) + globals.SugarLogger.Debug("====================xinzheng22222",len(catList),storeID) + globals.SugarLogger.Debug("====================xinzheng22222",catList,storeID) if len(catList) > 0 { num += len(catList) task := tasksch.NewParallelTask(fmt.Sprintf("%s SyncStoreCategory step2, level=%d", model.VendorChineseNames[vendorID], level),