wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/SaveFeePrintPageCmd.java
@@ -57,7 +57,6 @@
        Assert.hasKeyAndValue(reqJson, "pageName", "请求报文中未包含pageName");
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
        Assert.hasKeyAndValue(reqJson, "pageUrl", "请求报文中未包含pageUrl");
        Assert.hasKeyAndValue(reqJson, "state", "请求报文中未包含state");
    }