|
|
|
@@ -112,7 +112,6 @@ func writeExcel(row int, xlsx *excelize.File, sheetName string, userRecord *mode |
|
|
|
tmp = tmp + 1 |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.CommitModelCount) |
|
|
|
tmp = tmp + 1 |
|
|
|
|
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.FocusOtherUser) |
|
|
|
tmp = tmp + 1 |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.CollectDataset) |
|
|
|
@@ -124,11 +123,10 @@ func writeExcel(row int, xlsx *excelize.File, sheetName string, userRecord *mode |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.CollectImage) |
|
|
|
tmp = tmp + 1 |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.CollectedImage) |
|
|
|
|
|
|
|
tmp = tmp + 1 |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, userRecord.RecommendImage) |
|
|
|
tmp = tmp + 1 |
|
|
|
formatTime := userRecord.RegistDate.Format("2006-01-02 15:04:05") |
|
|
|
tmp = tmp + 1 |
|
|
|
xlsx.SetCellValue(sheetName, getColumn(tmp)+rows, formatTime[0:len(formatTime)-3]) |
|
|
|
formatTime = userRecord.DataDate |
|
|
|
tmp = tmp + 1 |
|
|
|
|