From 0ab2224c974ad649594e713237097607c0745ea9 Mon Sep 17 00:00:00 2001 From: zouap Date: Wed, 14 Dec 2022 11:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/user_business_analysis.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/user_business_analysis.go b/models/user_business_analysis.go index 99b4cb567..24177371e 100644 --- a/models/user_business_analysis.go +++ b/models/user_business_analysis.go @@ -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()