From 8559ccc4f3a36886c18cdc158ce99f32b21ff385 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Sat, 8 May 2021 10:46:42 +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 211cab057..53160ef17 100644 --- a/business/jxstore/cms/job.go +++ b/business/jxstore/cms/job.go @@ -2013,7 +2013,7 @@ func ShareUnionLink(ctx *jxcontext.Context, jobID, shareType, linkType, resource } //2、分享链接 if handler != nil { - if link, err = handler.ShareUnionLink(ctx, linkType, job.UnionActID, sid, userID, resourceType, goodsID); err == nil { + if link, err = handler.ShareUnionLink(ctx, linkType, utils.Str2Int(job.UnionActID), sid, userID, resourceType, goodsID); err == nil { if vendorID == model.VendorIDMTWM || vendorID == model.VendorIDTB { if linkType == partner.LinkTypeWeiXinMini { if resBinary, _, err := jxutils.DownloadFileByURL(link); err == nil {