huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
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);