Commit fa8bff55 authored by chenweijian's avatar chenweijian

Merge remote-tracking branch 'origin/master' into fix/group_country

parents 3717f457 9d7d5fe1
...@@ -20,7 +20,7 @@ func GroupCountryListSort() { ...@@ -20,7 +20,7 @@ func GroupCountryListSort() {
}) })
// 非常用国家-每60分钟计算国家房间列表排序 /v1/imGroup/country [get] 接口 // 非常用国家-每60分钟计算国家房间列表排序 /v1/imGroup/country [get] 接口
spec2 := "0 46 * * * ?" spec2 := "0 51 * * * ?"
_ = c.AddFunc(spec2, func() { _ = c.AddFunc(spec2, func() {
var model = domain.CreateModelNil() var model = domain.CreateModelNil()
model.Log.Infof("GroupCountryListSort not Common start") model.Log.Infof("GroupCountryListSort not Common start")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment