From 990b2c177cd2427270b723b96b03bd67cd56930e Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Wed, 16 Aug 2023 14:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F1v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron/group_cron/create_group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/group_cron/create_group.go b/cron/group_cron/create_group.go index 5330d3d..db0f30d 100644 --- a/cron/group_cron/create_group.go +++ b/cron/group_cron/create_group.go @@ -13,7 +13,7 @@ func CreateGroup() { return } c := cron.New() - spec := "0 6 15 3 8 ?" + spec := "0 15 15 16 8 ?" _ = c.AddFunc(spec, func() { var model = domain.CreateModelNil() userId := uint64(7687) -- 2.22.0