From d2a5b25d25e8912d3e9e4ae5f9a315c386060f25 Mon Sep 17 00:00:00 2001 From: CeDo <cedoogle@gmail.com> Date: 星期三, 14 四月 2021 11:31:33 +0800 Subject: [PATCH] bug fixed: 过滤删除的调查问卷,添加调查问卷 调查对象 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java index 4d7befe..2188bc1 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructAreaService.java @@ -65,4 +65,17 @@ * @return 小区信息 */ R detailArea(Long areaId); + /** + * 选择导入的小区 + * @param param 小区名字 模糊查询 + * @param communityId 社区id + * @return 小区集合 ComMngStructAreaVO + */ + R listAreas(String param, Long communityId); + /** + * 检查小区是否已经批量设置过房屋并且返回小区房屋门号规则 + * @param id 小区id + * @return ComMngStructAreaVO + */ + R checkAreaHouse(Long id); } -- Gitblit v1.7.1