chenrui
2025-05-08 11f5377099e0d200d9aa1fe1f584527347f2d411
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;