puhanshu
2022-08-05 435c322d26ffd9d459cb597cfcc68ebc27f1590d
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));
    }
}