service-community/src/main/java/com/java110/community/cmd/parkingSpace/QueryParkingSpacesByOwnerCmd.java
@@ -33,8 +33,8 @@ @Override public void validate(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJson) throws CmdException { Assert.jsonObjectHaveKey(reqJson, "communityId", "请求中未包含communityId信息"); Assert.jsonObjectHaveKey(reqJson, "ownerId", "请求中未包含ownerId信息"); Assert.hasKeyAndValue(reqJson, "communityId", "请求中未包含communityId信息"); Assert.hasKeyAndValue(reqJson, "ownerId", "请求中未包含ownerId信息"); } @Override