sjz
2025-03-05 91f6c7e052185512e683ae13263fd1d1ebdf724e
MESApplication/Controllers/Base/DemoController.cs
@@ -28,6 +28,7 @@
        }
        catch (Exception ex)
        {
            throw ex;
            return ResponseResult.ResponseError(ex);
        }
    }