From 170456ef76346612918a5796ee622e4bd9b6fc6f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 11 May 2021 14:52:00 +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 53160ef17..afb4d3f86 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -1986,7 +1986,7 @@ func ShareUnionLink(ctx *jxcontext.Context, jobID, shareType, linkType, resource unionID := mobile + utils.Int2Str(jobID) handler := partner.GetHandler(vendorID) //1、建推广位(本地和平台) - if userBinds, err = dao.GetUserUnionBind(db, userID, vendorID, unionID); err != nil { + if userBinds, err = dao.GetUserUnionBind(db, userID, vendorID, ""); err != nil { return "", err } //本地已有推广位