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 } //本地已有推广位