diff --git a/app/mix/service/cronservice.go b/app/mix/service/cronservice.go index 839b973f..787727f7 100644 --- a/app/mix/service/cronservice.go +++ b/app/mix/service/cronservice.go @@ -44,6 +44,7 @@ func (s *CronService) Run() { s.TextAuditBatch() s.ClearVeriCodeSendTimes() s.CreateDailyStatement() + s.ClearMomentCreateTimes() } func (s *CronService) ReloadRecommList() {