chenrui
2025-05-12 4f6d90f81e1328baeb8c9f2c9c23e34b7b8f002a
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;