java110
2022-03-02 a826bdb442fc154dd5d79dc6fd14a6db6b9ef71c
service-store/src/main/java/com/java110/store/cmd/property/MemberQuitCommunityCmd.java
@@ -124,6 +124,7 @@
        //释放小区
        CommunityMemberPo communityMemberPo = new CommunityMemberPo();
        communityMemberPo.setMemberId(storeDto.getStoreId());
        communityMemberPo.setCommunityId(communityId);
        int flag = communityMemberV1InnerServiceSMOImpl.deleteCommunityMember(communityMemberPo);
        if (flag < 1) {
            throw new CmdException("删除数据失败");