From 293226d002d32d5c0b91e1712fb5cb7789b0a0f5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 15 Nov 2019 22:00:52 +0800 Subject: [PATCH] up --- business/jxstore/cms/sync_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index 10624ed92..79f050b0b 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -138,7 +138,7 @@ func SyncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, vendorID, return "", err } } - task := tasksch.NewSeqTask("SyncStoreSkuNew", ctx, + task := tasksch.NewSeqTask(fmt.Sprintf("SyncStoreSkuNew, storeID:%d", storeID), ctx, func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) { switch step { case 0: