Browse Source

Merge pull request '修复bug' (#1013) from fix-889 into V20211213.patch

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1013
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis 4 years ago
parent
commit
487ebadeaa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/repo_statistic.go

+ 1
- 1
routers/repo/repo_statistic.go View File

@@ -208,7 +208,7 @@ func RepoStatisticDaily(date string) {
maxRepoRadar.Completeness = tempRepoStat.Completeness
}

if tempRepoStat.Liveness < minRepoRadar.Completeness {
if tempRepoStat.Liveness < minRepoRadar.Liveness {
minRepoRadar.Liveness = tempRepoStat.Liveness
}



Loading…
Cancel
Save