chengf
2026-01-27 b6184e2ddf3db37a94f7efb3b619bbc64642a292
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);
        //产生物业费配置信息 不要产生默认费