Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/3373/head
zouap 2 years ago
parent
commit
0ab2224c97
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/user_business_analysis.go

+ 1
- 0
models/user_business_analysis.go View File

@@ -2107,6 +2107,7 @@ func queryUserCreateRepo(start_unix int64, end_unix int64) (map[int64]int, map[s
detailInfoMap[key] = getMapKeyStringValue(key, detailInfoMap) + int(repoRecord.CloneCnt)

key = fmt.Sprint(repoRecord.OwnerID) + "_most_download"
log.Info("git clone count =" + fmt.Sprint(repoRecord.CloneCnt) + " key=" + key)
if int(repoRecord.CloneCnt) > getMapKeyStringValue(key, detailInfoMap) {
detailInfoMap[key] = int(repoRecord.CloneCnt)
mostDownloadMap[repoRecord.OwnerID] = repoRecord.DisplayName()


Loading…
Cancel
Save