cnf
2025-04-21 9e186ace64a313f6ca69ea8331d4994fbf6bb864
MESApplication/Controllers/Base/DemoController.cs
@@ -28,6 +28,7 @@
        }
        catch (Exception ex)
        {
            throw ex;
            return ResponseResult.ResponseError(ex);
        }
    }