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