From edee34898e448b7c0c88c9f58d6b0783f50908f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Wed, 16 Jul 2025 10:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=88=AA=E7=BA=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E5=86=8D=E5=88=A0=E9=99=A4=E6=97=A7=E7=9A=84?= =?UTF-8?q?=E8=88=AA=E7=BA=BF=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/ManageApp.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs index e5220fe..0a3d59d 100644 --- a/OpenAuth.App/ServiceApp/ManageApp.cs +++ b/OpenAuth.App/ServiceApp/ManageApp.cs @@ -540,7 +540,8 @@ namespace OpenAuth.App.ServiceApp { // http://175.27.168.120:6013/test/2025061617111990020017.wpml var wmpl = oldLasaAirLine.WPML; - await _minioService.DeleteFile(wmpl); + // 为保存副本不再删除旧的航线 + //await _minioService.DeleteFile(wmpl); return new Response { Result = true, Message = "编辑成功" }; }