fix: export file time format set to 2025-05-13 13:59:59 GMT+08:00
This commit is contained in:
@@ -482,7 +482,7 @@ func (s *SysRoleController) Export(c *gin.Context) {
|
||||
"C" + idx: row.RoleKey,
|
||||
"D" + idx: row.RoleSort,
|
||||
"E" + idx: statusValue,
|
||||
"F" + idx: date.ParseDateToStr(row.CreateTime, date.YYYY_MM_DDTHH_MM_SSZ),
|
||||
"F" + idx: date.ParseDateToStr(row.CreateTime, date.YYYY_MM_DD_HH_MM_SS_GMT_TZ),
|
||||
// "F" + idx: dataScope,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user