Commit 9ceeee92 authored by chenweijian's avatar chenweijian

月度排行发奖

parent 5b4218e4
......@@ -9,8 +9,8 @@ import (
// 家族贡献月度排行榜发奖
func GroupPowerMonthRankAct() {
c := cron.New()
// 每月1号0:02结算发奖
spec := "0 2 0 1 * ?"
// 每月1号0:01结算发奖
spec := "0 1 0 1 * ?"
_ = c.AddFunc(spec, func() {
var model = domain.CreateModelNil()
if err := group_power_s.CalcGroupPowerMonthRankAct(model); err != nil {
......
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