From c8d57d0808b534d8aa7c4b3ee2d4abdd66acdb3a Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 23 May 2019 10:16:11 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=86=92=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/orderman_ext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 01b6090ae..39d432af8 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -593,7 +593,7 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS if toDateStr != "" { keyPart = append(keyPart, toDateStr) } - keyPart = append(keyPart, time.Now().Format("2006-01-02T15:04:05")+".xlsx") + keyPart = append(keyPart, time.Now().Format("20060102T150405")+".xlsx") key := strings.Join(keyPart, "_") formUploader := storage.NewFormUploader(cfg) ret := storage.PutRet{}