From 4ef5bc7289dd833621f405d37102a4f437948521 Mon Sep 17 00:00:00 2001 From: jh_peng Date: Thu, 14 Nov 2024 19:00:08 +0800 Subject: [PATCH] =?UTF-8?q?V0=20=E8=AE=B0=E5=BD=95=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/test.data/report.list.excel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/test.data/report.list.excel.go b/repository/test.data/report.list.excel.go index 18f595c..7b5f5ad 100644 --- a/repository/test.data/report.list.excel.go +++ b/repository/test.data/report.list.excel.go @@ -138,7 +138,7 @@ func ExportFTList() string { ftList.OnlineQuantity, ftList.TestProgram, returnDate, ftList.ReturnQuantity, ftList.PassQuantity, ftList.FailQuantity}) } _ = f.SetColWidth(sheetName, "B", "P", 20) - filePath := time.Now().Format("CP记录2006-01-02_150405.xlsx") + filePath := time.Now().Format("FT记录2006-01-02_150405.xlsx") filePath = filepath.Join(utils.MakeSavePath("记录"), filePath) _ = f.SaveAs(filePath) f.Close()