From bf1af86387804c774198e2ef4d6d737d035eacf7 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 16:41:52 +0800 Subject: [PATCH] 1 --- ExportMap/Controllers/ExportController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/Controllers/ExportController.cs b/ExportMap/Controllers/ExportController.cs index b7a3254..fef2316 100644 --- a/ExportMap/Controllers/ExportController.cs +++ b/ExportMap/Controllers/ExportController.cs @@ -40,7 +40,7 @@ } catch (Exception ex) { - LogOut.Error(ex.StackTrace); + LogOut.Error(ex.Message + "\r\n" + ex.StackTrace); return ResponseMsg<string>.fail(ex.Message); } } -- Gitblit v1.9.3