田源
2024-11-04 69b64187a9fccc5958a39e34c2907e8840cf3417
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();
    }
}