101captain
2021-08-30 ea6b0efbfd58ab4a2f0a7c9f504688e7f4e12102
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/PartyBuildingMemberException.java
@@ -16,10 +16,12 @@
        super(msg);
        this.msg = msg;
    }
    public PartyBuildingMemberException() {
        super();
    }
    public PartyBuildingMemberException(String msg, Throwable e) {
        super(msg, e);
        this.msg = msg;