service-community/src/main/java/com/java110/community/cmd/community/SaveCommunityCmd.java
@@ -129,6 +129,12 @@ if (i > 0) { throw new IllegalArgumentException("添加流程失败,小区编码重复"); } communityDto = new CommunityDto(); communityDto.setName(reqJson.getString("name")); i = communityV1InnerServiceSMOImpl.queryCommunitysCount(communityDto); if (i > 0) { throw new IllegalArgumentException("添加流程失败,小区名称重复"); } communityBMOImpl.addCommunity(reqJson, cmdDataFlowContext); communityBMOImpl.addCommunityMembers(reqJson, cmdDataFlowContext); //产生物业费配置信息 不要产生默认费