From df54e49bcdc28b83448dde2f999a344a75675fae Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 1 Nov 2018 18:43:40 +0800 Subject: [PATCH] - change excel show url. --- business/jxstore/financial/financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index 5775dbe1c..4f14612f6 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -77,7 +77,7 @@ func SendFilesToStores(ctx *jxcontext.Context, files []*multipart.FileHeader, is BillName: fileHeader.Filename, } if err = dao.CreateEntity(db, billRec); err == nil { - err = weixinmsg.NotifySaleBill(storeID, "http://www2.jxc4.com/jx/public/index.php/jd/excel/index?path="+billRec.Url) + err = weixinmsg.NotifySaleBill(storeID, "http://www.jxc4.com/billshow/?path="+billRec.Url) if err != nil { globals.SugarLogger.Infof("SendFilesToStores NotifySaleBill file:%s error:%v", fileHeader.Filename, err) }