xyxie 6 月之前
父節點
當前提交
fc395c87df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/data_manage/usda_fas_data.go

+ 1 - 1
controllers/data_manage/usda_fas_data.go

@@ -1241,7 +1241,7 @@ func (this *BaseFromUsdaFasController) ExportUsdaFasList() {
 		fileName = strings.Replace(fileName, " ", "_", -1)
 	}
 	fileName += time.Now().Format("06.01.02") + `.xlsx` //文件名称
-	fmt.Println(fileName)
+	//fmt.Println(fileName)
 	this.Ctx.Output.Download(downLoadnFilePath, fileName)
 	defer func() {
 		os.Remove(downLoadnFilePath)