wangting
2024-12-10 d63e6915b164ff94738f1848295406db79da45a7
Source/plt-web/plt-web-parent/plt-web-base/src/main/java/com/vci/starter/web/exception/VciBaseException.java
@@ -154,7 +154,7 @@
     */
    @Override
    public String getMessage(){
        return getCode() +"," + getErrorMsg();
        return getErrorMsg();
    }
}