CeDo
2021-05-20 3613e726ec84d7593c3d1f78df03b2515c0fff2e
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);
            }
        });