|
|
|
@@ -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) { |
|
|
|
|