From f350ed704423d8308ae964efda45a9c135bf2493 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 29 Jul 2021 16:54:51 +0800 Subject: [PATCH] .. --- business/jxstore/misc/misc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)