|
|
@ -19,6 +19,7 @@ package com.epmet.dao; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
|
import com.epmet.dto.IcBuildingDTO; |
|
|
|
import com.epmet.dto.IcNeighborHoodDTO; |
|
|
|
import com.epmet.dto.ImportGeneralDTO; |
|
|
|
import com.epmet.dto.form.CheckHouseInfoFormDTO; |
|
|
@ -284,7 +285,7 @@ public interface IcBuildingDao extends BaseDao<IcBuildingEntity> { |
|
|
|
* @param neighborHoodId |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
List<IcBuildingEntity> selectListByMap(@Param("customerId") String customerId, |
|
|
|
List<IcBuildingDTO> selectListByMap(@Param("customerId") String customerId, |
|
|
|
@Param("gridId") String gridId, |
|
|
|
@Param("neighborHoodId") String neighborHoodId); |
|
|
|
} |
|
|
|