From 40ff51856a11151ab3f0154a1ae3530e00dafff7 Mon Sep 17 00:00:00 2001 From: puhanshu <a9236326> Date: 星期四, 23 十二月 2021 13:52:31 +0800 Subject: [PATCH] 修改活动bug --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComPropertyPublicityService.java | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComPropertyPublicityService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComPropertyPublicityService.java index bd78734..98b8676 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComPropertyPublicityService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComPropertyPublicityService.java @@ -60,14 +60,6 @@ R listProperty(Long villageId, Long communityId); /** - * 小区列表 - * @param propertyId - * @param communityId - * @return - */ - R listVillage(Long propertyId, Long communityId); - - /** * 分页查询物业宣传-小程序 * @param pageComPropertyPublicityDTO * @return -- Gitblit v1.7.1