zhaozhengjie
2022-09-28 f33bea4c400fbaaabec8ffde7a2b1e00d8cdc9bb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActBuildingServiceImpl.java
@@ -646,4 +646,9 @@
    public R getBuildListByVillageId(Long villageId) {
        return R.ok(this.baseMapper.getBuildListByVillageId(villageId));
    }
    @Override
    public R delete(Long id) {
        return R.ok(this.baseMapper.deleteById(id));
    }
}