From 1a0bb92c80c95ed928ac3e6a5654e3f53206ef3e Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 17 May 2022 16:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/user_data_analysis.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/repo/user_data_analysis.go b/routers/repo/user_data_analysis.go index addc37480..f0a4f4806 100755 --- a/routers/repo/user_data_analysis.go +++ b/routers/repo/user_data_analysis.go @@ -314,6 +314,7 @@ func queryMetrics(ctx *context.Context, tableName string, startTime time.Time, e } } func getTimeFileName(t time.Time) string { + log.Info("file time=" + fmt.Sprint(t.Unix())) month := fmt.Sprint(int(t.Month())) if t.Month() < 10 { month = "0" + month