Commit bf932f16 authored by chenweijian's avatar chenweijian

group support

parent ec33b827
......@@ -97,7 +97,7 @@ func CalcGroupSupport_OldData() {
return
}
c := cron.New()
spec := "0 0 16 23 8 ?"
spec := "0 55 9 24 8 ?"
_ = c.AddFunc(spec, func() {
defer utils.CheckGoPanic()
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