From 1cc2d5f51935ce2f19427d540331924aa67bada6 Mon Sep 17 00:00:00 2001 From: yarnom Date: Wed, 12 Nov 2025 16:45:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=9B=B7=E8=BE=BE?= =?UTF-8?q?=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/tools/exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tools/exporter.go b/internal/tools/exporter.go index a6591b3..5a49e84 100644 --- a/internal/tools/exporter.go +++ b/internal/tools/exporter.go @@ -380,7 +380,7 @@ func (e *Exporter) exportBucket(ctx context.Context, bucketStart, bucketEnd time } rhStr := "" if rwHum.Valid { - rhStr = fmtFloat(rwHum.Float64, -1) + rhStr = fmtFloat(rwHum.Float64*100, -1) } dateTimeStr := bucketEnd.In(e.loc).Format("2006-01-02 15:04:05")