|
@@ -816,9 +816,6 @@ func (this *EdbClassifyController) MysteelChemicalExport() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
fileName := "上海钢联"
|
|
fileName := "上海钢联"
|
|
- if len(secNameList) == 1 {
|
|
|
|
- fileName = secNameList[0].IndexName
|
|
|
|
- }
|
|
|
|
fileName += time.Now().Format("06.01.02") + `.xlsx` //文件名称
|
|
fileName += time.Now().Format("06.01.02") + `.xlsx` //文件名称
|
|
this.Ctx.Output.Download(downLoadnFilePath, fileName)
|
|
this.Ctx.Output.Download(downLoadnFilePath, fileName)
|
|
defer func() {
|
|
defer func() {
|