- temporarily use php server to convert excel.

This commit is contained in:
gazebo
2018-10-31 22:37:37 +08:00
parent 5212f8a065
commit a437506eaf

View File

@@ -68,7 +68,8 @@ func SendFilesToStores(ctx *jxcontext.Context, files []*multipart.FileHeader, is
db := dao.GetDB()
billRec := &legacymodel.StoreBill{
Date: time.Now(),
Url: jxutils.ComposeQiniuResURL(ret.Key),
// Url: jxutils.ComposeQiniuResURL(ret.Key),
Url: "http://www2.jxc4.com/public/index.php/jd/excel/index?path=" + jxutils.ComposeQiniuResURL(ret.Key),
StoreId: storeID,
BillName: fileHeader.Filename,
}