sjz
2025-04-21 0bbb14eafd9a29ffaad14a933aa5ae522432fad9
MESApplication/Controllers/Base/DemoController.cs
@@ -28,6 +28,7 @@
        }
        catch (Exception ex)
        {
            throw ex;
            return ResponseResult.ResponseError(ex);
        }
    }