mirror of https://github.com/bjdgyc/anylink.git
恢复误删除的代码
This commit is contained in:
parent
82dfb5d04f
commit
df1fe6f838
|
@ -203,6 +203,7 @@ func (s *StatsInfo) getScopeDetail(scope string) (sd *ScopeDetail) {
|
||||||
switch base.Cfg.DbType {
|
switch base.Cfg.DbType {
|
||||||
case "sqlite3", "postgres":
|
case "sqlite3", "postgres":
|
||||||
sd.fsTime = sd.sTime.UTC().Format(LayoutTimeFormat)
|
sd.fsTime = sd.sTime.UTC().Format(LayoutTimeFormat)
|
||||||
|
sd.feTime = sd.eTime.UTC().Format(LayoutTimeFormat)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue