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();