chenrui
2025-05-20 336275bafca413d0d5f0113c91c9b287c4a4dae1
src/main/java/com/ruoyi/common/exception/GlobalException.java
@@ -7,7 +7,6 @@
 */
public class GlobalException extends RuntimeException
{
    private static final long serialVersionUID = 1L;
    /**
@@ -45,6 +44,7 @@
        return this;
    }
    @Override
    public String getMessage()
    {
        return message;