huliguo
2025-07-31 7b1772169b274e87fe441923f0dbf5e25ee30a72
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);