From 76861803e45e1e8746577f08661cccbb3cf13eb1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 16 三月 2023 19:06:27 +0800
Subject: [PATCH] 1

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

diff --git a/ExportMap/Controllers/ConvertController.cs b/ExportMap/Controllers/ConvertController.cs
index 44f21f1..5a270ac 100644
--- a/ExportMap/Controllers/ConvertController.cs
+++ b/ExportMap/Controllers/ConvertController.cs
@@ -85,7 +85,8 @@
                     return ResponseMsg<int>.fail("璇疯緭鍏ュ厓鏁版嵁ID");
                 }
 
-                int count = SGUtils.Release(args);
+                SGUtils utils = new SGUtils();
+                int count = utils.Release(args);
                 if (0 == count)
                 {
                     return ResponseMsg<int>.fail("澶辫触");

--
Gitblit v1.9.3