Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.5.1^2
zouap 3 years ago
parent
commit
2755611741
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/user_data_analysis.go

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

@@ -43,7 +43,7 @@ func getUserMetricsExcelHeader(ctx *context.Context) map[string]string {
return excelHeaderMap return excelHeaderMap
} }


func writeUserMetricsExcel(row int, xlsx *excelize.File, sheetName string, userMetrics models.UserMetrics) {
func writeUserMetricsExcel(row int, xlsx *excelize.File, sheetName string, userMetrics *models.UserMetrics) {
rows := fmt.Sprint(row) rows := fmt.Sprint(row)
var tmp byte var tmp byte
tmp = 0 tmp = 0


Loading…
Cancel
Save