Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1
zouap 4 years ago
parent
commit
08edfab251
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      routers/repo/user_data_analysis.go

+ 4
- 0
routers/repo/user_data_analysis.go View File

@@ -218,6 +218,10 @@ func TimingCountDataByDateAndReCount(date string, isReCount bool) {
log.Error("count user info error." + err.Error())
mailer.SendWarnNotifyMail(setting.Warn_Notify_Mails, warnEmailMessage)
}

if isReCount {
models.RefreshUserStaticAllTabel()
}
}

func TimingCountDataByDate(date string) {


Loading…
Cancel
Save