huanghongfa
2021-06-17 aa8159e4e1b5f479043eb596efc8841e33459314
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);
            }
        });