Your Name
2023-08-10 a014c5e73b394a3747e572c3eeab4dbe4f5b0765
service-report/src/main/java/com/java110/report/cmd/fee/QueryHisFeeCmd.java
@@ -31,10 +31,6 @@
    @Override
    public void validate(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJson) throws CmdException, ParseException {
        Assert.hasKeyAndValue(reqJson,"communityId","未包含小区");
        if (reqJson.containsKey("deleteFlag")) {
            return;
        }
        Assert.hasKeyAndValue(reqJson,"feeId","未包含费用ID");
    }