wuxw
2025-03-09 f0209942e0f7972b55b522575917f199adab49db
service-report/src/main/java/com/java110/report/cmd/fee/QueryHisFeeCmd.java
@@ -31,6 +31,7 @@
    @Override
    public void validate(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJson) throws CmdException, ParseException {
        Assert.hasKeyAndValue(reqJson,"communityId","未包含小区");
        super.validateProperty(context);
    }