|
@@ -404,7 +404,7 @@ func (this *DataSourceController) ExportGfexIndexDetail() {
|
|
|
}
|
|
|
}
|
|
|
fileName := `一次性交割卖方仓单详情`
|
|
|
- fileName += indexCode[:6] + time.Now().Format("06.01.02") + `.xlsx` //文件名称
|
|
|
+ fileName = indexCode[:6] + fileName + `.xlsx` //文件名称
|
|
|
this.Ctx.Output.Download(downLoadnFilePath, fileName)
|
|
|
defer func() {
|
|
|
os.Remove(downLoadnFilePath)
|