Commit 1c6f29d4 authored by chenweijian's avatar chenweijian

群组扶持旧数据

parent 04bd5726
...@@ -97,7 +97,7 @@ func CalcGroupSupport_OldData() { ...@@ -97,7 +97,7 @@ func CalcGroupSupport_OldData() {
return return
} }
c := cron.New() c := cron.New()
spec := "0 28 10 29 8 ?" spec := "0 27 10 29 8 ?"
_ = c.AddFunc(spec, func() { _ = c.AddFunc(spec, func() {
defer utils.CheckGoPanic() defer utils.CheckGoPanic()
var model = domain.CreateModelNil() var model = domain.CreateModelNil()
......
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