|
@@ -593,7 +593,7 @@ func (this *UserController) ExportOfficialUsers() {
|
|
|
}
|
|
|
year, month, day := time.Now().Date()
|
|
|
yearStr := strconv.Itoa(year)[2:]
|
|
|
- fileName := fmt.Sprintf("用户表%s.%d.%d.xlsx", yearStr, month, day)
|
|
|
+ fileName := fmt.Sprintf("用户列表%s.%d.%d.xlsx", yearStr, month, day)
|
|
|
file, err := utils.ExportExcel("用户列表", userCols, userList)
|
|
|
_ = this.downloadExcelFile(file, fileName)
|
|
|
br.Ret = 200
|