chenrui
3 天以前 e69d2c5c515319500b485a921a17d74457ba0eb4
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;