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