|
|
@@ -2089,8 +2089,8 @@ 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" |
|
|
|
if int(repoRecord.CloneCnt) > getMapKeyStringValue(key, detailInfoMap) { |
|
|
|
detailInfoMap[key] = int(repoRecord.CloneCnt) |
|
|
|
if int(repoRecord.GitCloneCnt) > getMapKeyStringValue(key, detailInfoMap) { |
|
|
|
detailInfoMap[key] = int(repoRecord.GitCloneCnt) |
|
|
|
mostDownloadMap[repoRecord.OwnerID] = repoRecord.DisplayName() |
|
|
|
} |
|
|
|
} |
|
|
|