service-community/src/main/java/com/java110/community/cmd/community/SaveCommunityCmd.java
@@ -113,6 +113,7 @@ Assert.hasKeyAndValue(reqJson, "cityCode", "请求报文中未包含cityCode"); Assert.hasKeyAndValue(reqJson, "payFeeMonth", "请求报文中未包含payFeeMonth"); Assert.hasKeyAndValue(reqJson, "feePrice", "请求报文中未包含feePrice"); Assert.hasKeyAndValue(reqJson, "takeTime", "请求报文中未包含接管日期"); //属性校验 Assert.judgeAttrValue(reqJson);