恢复误删除的代码

This commit is contained in:
lanrenwo 2022-10-12 10:08:02 +08:00
parent 82dfb5d04f
commit df1fe6f838
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ func (s *StatsInfo) getScopeDetail(scope string) (sd *ScopeDetail) {
switch base.Cfg.DbType {
case "sqlite3", "postgres":
sd.fsTime = sd.sTime.UTC().Format(LayoutTimeFormat)
sd.feTime = sd.eTime.UTC().Format(LayoutTimeFormat)
}
return
}