|
@@ -1237,6 +1237,8 @@ func (this *BaseFromUsdaFasController) ExportUsdaFasList() {
|
|
|
if indexCode != "" && len(indexList) == 1 {
|
|
|
fileName = indexList[0].IndexName
|
|
|
fileName = strings.Replace(fileName, ": ", "_", -1)
|
|
|
+ fileName = strings.Replace(fileName, ", ", "_", -1)
|
|
|
+ fileName = strings.Replace(fileName, " ", "_", -1)
|
|
|
}
|
|
|
fileName += time.Now().Format("06.01.02") + `.xlsx` //文件名称
|
|
|
//fmt.Println(fileName)
|