Browse Source

fix:钢联excel导出名称

zqbao 4 months ago
parent
commit
1d25f1f718
1 changed files with 0 additions and 3 deletions
  1. 0 3
      controllers/data_manage/mysteel_chemical_data.go

+ 0 - 3
controllers/data_manage/mysteel_chemical_data.go

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