|
|
@ -242,14 +242,12 @@ public interface IcBuildingDao extends BaseDao<IcBuildingEntity> { |
|
|
|
/** |
|
|
|
* 展示所有楼栋和小区信息 |
|
|
|
* |
|
|
|
* @param dto |
|
|
|
* @return java.util.List<com.epmet.dto.result.BuildingResultDTO> |
|
|
|
* @author zhy |
|
|
|
* @date 2022/8/19 17:32 |
|
|
|
*/ |
|
|
|
List<BuildingResultDTO> listBuildingInfo(@Param("customerId")String customerId, |
|
|
|
@Param("agencyId")String agencyId, |
|
|
|
@Param("gridId") String gridId, |
|
|
|
@Param("buildingName")String buildingName); |
|
|
|
List<BuildingResultDTO> listBuildingInfo(IcNeighborHoodDTO dto); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|