From adac148db7cefc6848933989d407b1827749a5a6 Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期一, 07 七月 2025 08:49:49 +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