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