diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 8c0a3ca38..b71e297dd 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -254,9 +254,9 @@ func Init() { }, []string{ "22:00:00", }) - ScheduleTimerFunc("ChangeJxPriceByDiscountAct", func() { - act.ChangeJxPriceByDiscountAct(jxcontext.AdminCtx) - }, discountActJxList) + //ScheduleTimerFunc("ChangeJxPriceByDiscountAct", func() { + // act.ChangeJxPriceByDiscountAct(jxcontext.AdminCtx) + //}, discountActJxList) ScheduleTimerFunc("RefreshUserMemberStatus", func() { cms.RefreshUserMemberStatus(jxcontext.AdminCtx) }, updateActStatusTimeList)