|
@@ -3045,7 +3045,7 @@ func (this *TradeCommonController) ExportMtjhList() {
|
|
|
if len(secNameList) > 0 {
|
|
|
fileName = secNameList[0].ClassifyName
|
|
|
}
|
|
|
- fileName += time.Now().Format("06.01.02") + `.xlsx` //文件名称
|
|
|
+ fileName += time.Now().Format(utils.FormatDateUnSpace) + `.xlsx` //文件名称
|
|
|
this.Ctx.Output.Download(downLoadnFilePath, fileName)
|
|
|
defer func() {
|
|
|
os.Remove(downLoadnFilePath)
|