fix: 系统数据导出格式优化

This commit is contained in:
TsMask
2024-04-22 18:18:59 +08:00
parent c59bb61ae2
commit 78226df9bd
10 changed files with 39 additions and 35 deletions

View File

@@ -190,7 +190,7 @@ func (s *SysLogOperateController) Export(c *gin.Context) {
"E" + idx: row.RequestMethod,
"F" + idx: row.OperIP,
"G" + idx: statusValue,
"H" + idx: date.ParseDateToStr(row.OperTime, date.YYYY_MM_DD_HH_MM_SS),
"H" + idx: date.ParseDateToStr(row.OperTime, date.YYYY_MM_DDTHH_MM_SSZ),
"I" + idx: row.CostTime,
})
}