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