From e3a2245265516fef78b4737d6fffc939e7c5e0af Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 03 七月 2025 17:56:07 +0800 Subject: [PATCH] bug修改 --- pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java b/pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java index 40b17af..1061aae 100644 --- a/pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java +++ b/pt-errand/src/main/java/com/ruoyi/errand/service/CommunityService.java @@ -18,7 +18,7 @@ public interface CommunityService extends IService<Community> { R<List<CommunityListVO>> getCommunity(Integer communityId); - R<List<CommunityListVO>> getTotalCommunityList(); + R<List<CommunityListVO>> getTotalCommunityList(String name); List<AllCommunityListVO> getAllCommunityList(); -- Gitblit v1.7.1