zyf
2024-08-20 54cefea3fe69bf1d42c6114b68c9a2024c411c6f
MESApplication/Controllers/Base/DemoController.cs
@@ -28,6 +28,7 @@
        }
        catch (Exception ex)
        {
            throw ex;
            return ResponseResult.ResponseError(ex);
        }
    }