From 155e67da6f128562af9e02fb86582635a4f7f57a Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期四, 15 八月 2024 18:33:29 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/StandardPda

---
 MESApplication/Controllers/Base/DemoController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MESApplication/Controllers/Base/DemoController.cs b/MESApplication/Controllers/Base/DemoController.cs
index ce0eaba..0a28eae 100644
--- a/MESApplication/Controllers/Base/DemoController.cs
+++ b/MESApplication/Controllers/Base/DemoController.cs
@@ -3,7 +3,6 @@
 using MES.Service.util;
 using Microsoft.AspNetCore.Mvc;
 using Newtonsoft.Json.Linq;
-
 namespace MESApplication.Controllers.Base;
 
 [Route("api/[controller]")]
@@ -28,6 +27,7 @@
         }
         catch (Exception ex)
         {
+            throw ex;
             return ResponseResult.ResponseError(ex);
         }
     }

--
Gitblit v1.9.3