This commit is contained in:
suyl
2021-07-29 16:54:51 +08:00
parent 8260d2e2dd
commit f350ed7044

View File

@@ -254,9 +254,9 @@ func Init() {
}, []string{ }, []string{
"22:00:00", "22:00:00",
}) })
ScheduleTimerFunc("ChangeJxPriceByDiscountAct", func() { //ScheduleTimerFunc("ChangeJxPriceByDiscountAct", func() {
act.ChangeJxPriceByDiscountAct(jxcontext.AdminCtx) // act.ChangeJxPriceByDiscountAct(jxcontext.AdminCtx)
}, discountActJxList) //}, discountActJxList)
ScheduleTimerFunc("RefreshUserMemberStatus", func() { ScheduleTimerFunc("RefreshUserMemberStatus", func() {
cms.RefreshUserMemberStatus(jxcontext.AdminCtx) cms.RefreshUserMemberStatus(jxcontext.AdminCtx)
}, updateActStatusTimeList) }, updateActStatusTimeList)