diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index b45b80fcb..c8e1857e9 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -68,7 +68,7 @@ func Init() { }, refreshPageActTimeList) ScheduleTimerFunc(func() { - dao.UpdateActStatusByTime(dao.GetDB(), time.Now()) + dao.UpdateActStatusByTime(dao.GetDB(), time.Now().Add(-48*time.Hour)) }, updateActStatusTimeList) } }