From 5697f49bf121542a025a02917427f31339536158 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 28 Apr 2021 16:56:23 +0800 Subject: [PATCH] aa --- business/jxstore/cms/job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/job.go b/business/jxstore/cms/job.go index ff1cc04a9..2eeb46f3f 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -1976,7 +1976,7 @@ func ShareUnionLink(ctx *jxcontext.Context, jobID, shareType, linkType, resource userBinds []*model.UserUnionBind ) if jobID == 0 { - return "", fmt.Errorf("该活动已结束,请选择其他其他活动!") + return "", fmt.Errorf("该活动已结束,请选择其他活动!") } job.ID = jobID if err = dao.GetEntity(db, job); err != nil {