huanghongfa
2021-02-20 10b8730043e823efaf7fdea209e7e63f08b9bc4e
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/GlobalExceptionCapture.java
@@ -41,7 +41,7 @@
     */
    @ExceptionHandler(value = PartyBuildingMemberException.class)
    public R PartyBuildingMemberException(PartyBuildingMemberException ex) {
        return R.fail(ex.getCode(),ex.getMsg());
        return R.fail(ex.getMsg());
    }
    /**