From d0a87c2307a386de0d710616cd56e451edce219d Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 24 Mar 2023 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E6=9C=8D1=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron/group_cron/group_power_exp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/group_cron/group_power_exp.go b/cron/group_cron/group_power_exp.go index 186ca17..71ff508 100644 --- a/cron/group_cron/group_power_exp.go +++ b/cron/group_cron/group_power_exp.go @@ -31,7 +31,7 @@ func GroupPowerExpClear() { // 每月20号发家族即将过期通知 spec = "0 0 0 20 * ?" if !config.AppIsRelease() { - spec = "0 */10 * * * ?" + spec = "0 0 */1 * * ?" } _ = c.AddFunc(spec, func() { var model = domain.CreateModelNil() -- 2.22.0