huanghongfa
2021-08-23 508dd8dde98b7da379e56a819d1cb8d78b98a110
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngRealCompanyServiceImpl.java
@@ -145,4 +145,9 @@
        return R.ok(comMngRealCompanyBelongsVO);
    }
    @Override
    public R getComMngRealCompanyTotalByAdmin(Long communityId) {
        return R.ok(this.baseMapper.getComMngRealCompanyTotalByAdmin(communityId));
    }
}