This commit is contained in:
suyl
2021-06-07 15:43:38 +08:00
parent c4eecaffef
commit 1844055a4a
2 changed files with 7 additions and 17 deletions

View File

@@ -281,6 +281,8 @@ func Init() {
ScheduleTimerFunc("SyncMatterC4ToGy", func() {
cms.SyncMatterC4ToGy(jxcontext.AdminCtx, true, true)
}, dailyWorkTimeList)
ScheduleTimerFunc("doDailyWork2", doDailyWork2, dailyWorkTimeList2)
}
if beego.BConfig.RunMode == "beta" {
//ScheduleTimerFunc("CancelPayTimeOutOrder", func() {