From 80580b65be75b0ad876f8d0ca56fc7a64ba11b36 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 23 十二月 2022 16:19:59 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/ExportUtil.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs
index 02f82a8..6f096d8 100644
--- a/ExportMap/cs/ExportUtil.cs
+++ b/ExportMap/cs/ExportUtil.cs
@@ -238,7 +238,8 @@
                 .Replace("{province}", args.province)
                 .Replace("{scale}", args.scale)
                 .Replace("{resolution}", args.resolution)
-                .Replace("{date}", args.date)
+                //.Replace("{date}", args.date)
+                .Replace("{date}", DateTime.Now.ToString("yyyy.MM.dd"))
                 .Replace("{layers}", args.layers)
                 .Replace("{imgPath}", imgPath);
 

--
Gitblit v1.9.3