diff --git a/cron/group_cron/group_list.go b/cron/group_cron/group_list.go index c6175f297675c30015eea6e88d96e973b9696792..3eb531d7a961cb89a08858624d55d063d5d94eae 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 46 * * * ?" + spec2 := "0 51 * * * ?" _ = c.AddFunc(spec2, func() { var model = domain.CreateModelNil() model.Log.Infof("GroupCountryListSort not Common start")