From 7ee9713ea2b22feb050d778f4d83f8d435ceff6f Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Mon, 28 Aug 2023 17:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E7=BB=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron/group_cron/group_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/group_cron/group_list.go b/cron/group_cron/group_list.go index 3eb531d..82f63e2 100644 --- a/cron/group_cron/group_list.go +++ b/cron/group_cron/group_list.go @@ -20,7 +20,7 @@ func GroupCountryListSort() { }) // 非常用国家-每60分钟计算国家房间列表排序 /v1/imGroup/country [get] 接口 - spec2 := "0 51 * * * ?" + spec2 := "0 59 * * * ?" _ = c.AddFunc(spec2, func() { var model = domain.CreateModelNil() model.Log.Infof("GroupCountryListSort not Common start") -- 2.22.0