From 50c493d43681de8c1d1b0a819751b48d219267e9 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 15 Oct 2019 16:12:41 +0800 Subject: [PATCH] up --- business/jxstore/cms/cms.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index cdd174d63..15bbb7a77 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -365,6 +365,7 @@ func UpdateConfig(ctx *jxcontext.Context, key, configType, value string) (hint s tasksch.HandleTask(task, nil, true).Run() if len(storeMapList2) < 5 { _, err = task.GetResult(0) + hint = "1" } else { hint = task.GetID() }