|
|
@@ -477,6 +477,7 @@ func QueryUserStaticDataForUserDefine(opts *UserBusinessAnalysisQueryOptions, wi |
|
|
|
dateRecord.Email = userRecord.Email |
|
|
|
dateRecord.RegistDate = userRecord.CreatedUnix |
|
|
|
dateRecord.Name = userRecord.Name |
|
|
|
dateRecord.UserLocation = userRecord.Location |
|
|
|
dateRecord.GiteaAgeMonth = subMonth(currentTimeNow, userRecord.CreatedUnix.AsTime()) |
|
|
|
|
|
|
|
dateRecord.CodeMergeCount = getMapValue(dateRecord.ID, CodeMergeCountMap) |
|
|
@@ -973,7 +974,7 @@ func CounDataByDateAndReCount(wikiCountMap map[string]int, startTime time.Time, |
|
|
|
dateRecord.Name = userRecord.Name |
|
|
|
dateRecord.GiteaAgeMonth = subMonth(currentTimeNow, userRecord.CreatedUnix.AsTime()) |
|
|
|
dateRecord.DataDate = DataDate |
|
|
|
|
|
|
|
dateRecord.UserLocation = userRecord.Location |
|
|
|
dateRecord.CodeMergeCount = getMapValue(dateRecord.ID, CodeMergeCountMap) |
|
|
|
dateRecord.CommitCount = getMapValue(dateRecord.ID, CommitCountMap) |
|
|
|
dateRecord.IssueCount = getMapValue(dateRecord.ID, IssueCountMap) |
|
|
|