huanghongfa
2021-05-21 5e757885a0155141dbac7aa8266c37baf3583aa7
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngRealCompanyServiceImpl.java
@@ -123,7 +123,6 @@
            }else{
                BeanUtils.copyProperties(l, realCompany);
                realCompany.setCommunityId(communityId);
                realCompany.setId(communityId);
                comMngRealCompanyDOS.add(realCompany);
            }
        });