Merge pull request '启动定时任务' (#112) from feat-IRONFANS-53-20240205-Robin into main

Reviewed-on: #112
This commit is contained in:
chenhao 2024-02-07 12:44:03 +08:00
commit a4bd34e4cd
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func (s *CronService) Run() {
s.TextAuditBatch()
s.ClearVeriCodeSendTimes()
s.CreateDailyStatement()
s.ClearMomentCreateTimes()
}
func (s *CronService) ReloadRecommList() {