java110
2021-09-22 bfcfa058f81a1b9e9b6b9e406ab82251cd1b51f1
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");
    }