pt-errand/src/main/java/com/ruoyi/errand/mapper/CommunityMapper.java
@@ -18,7 +18,7 @@ public interface CommunityMapper extends BaseMapper<Community> { List<CommunityListVO> selectListByRegionId(@Param("regionId") Integer regionId); List<CommunityListVO> getTotalCommunityList(); List<CommunityListVO> getTotalCommunityList(@Param("name") String name); List<AllCommunityListVO> getAllCommunityList(@Param("list")List<Integer> list);