From 61cb97ff09d8151ff1132cc4e3532b963cf141bd Mon Sep 17 00:00:00 2001 From: GYJ <1157756119@qq.com> Date: Sat, 28 Jun 2025 10:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?=204=20=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/db_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db_manager.go b/db/db_manager.go index 7c309fa..7fffe32 100644 --- a/db/db_manager.go +++ b/db/db_manager.go @@ -24,7 +24,7 @@ func CopyData() { panic("dbList is nil") } - timeNow := time.Now().Add(-7 * 24 * time.Hour) + timeNow := time.Now().Add(-4 * 24 * time.Hour) format := timeNow.Format("2006-01-02") parse, _ := time.Parse("2006-01-02", format)