huanghongfa
2021-09-02 177249c76aeea0b4bf8d8816d4994e3b445b45ce
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;