zwxi 1 vuosi sitten
vanhempi
commit
003770b6dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/commodity_trade_base_index.go

+ 1 - 1
controllers/commodity_trade_base_index.go

@@ -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)