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 {