From 9ceeee923cacc2d05d48337036ce1e0a8476e231 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Sun, 23 Apr 2023 14:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=BA=A6=E6=8E=92=E8=A1=8C=E5=8F=91?= =?UTF-8?q?=E5=A5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron/group_cron/group_power_month_act.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron/group_cron/group_power_month_act.go b/cron/group_cron/group_power_month_act.go index 48b2a87..82edee6 100644 --- a/cron/group_cron/group_power_month_act.go +++ b/cron/group_cron/group_power_month_act.go @@ -9,8 +9,8 @@ import ( // 家族贡献月度排行榜发奖 func GroupPowerMonthRankAct() { c := cron.New() - // 每月1号0:02结算发奖 - spec := "0 2 0 1 * ?" + // 每月1号0:01结算发奖 + spec := "0 1 0 1 * ?" _ = c.AddFunc(spec, func() { var model = domain.CreateModelNil() if err := group_power_s.CalcGroupPowerMonthRankAct(model); err != nil { -- 2.22.0