From 7b1772169b274e87fe441923f0dbf5e25ee30a72 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 31 七月 2025 14:05:56 +0800 Subject: [PATCH] 优化 --- 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