From c0c3864a8e1e675113f00c5303fa26ffd3c6dbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Thu, 16 May 2024 00:12:57 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=B8=85=E7=90=86?= =?UTF-8?q?=E4=B8=8D=E6=B4=BB=E8=B7=83=E6=88=90=E5=91=98=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/tasks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tasks.go b/tasks/tasks.go index 46c0efe..9627c01 100644 --- a/tasks/tasks.go +++ b/tasks/tasks.go @@ -58,7 +58,7 @@ func InitTasks() { } // 每天0点检查一次处理清理群成员 - _, _ = s.Cron("12 0 * * *").Do(cleargroupuser.ClearGroupUser) + _, _ = s.Cron("0 0 * * *").Do(cleargroupuser.ClearGroupUser) // 开启定时任务 s.StartAsync()