|
@ -226,7 +226,9 @@ public interface IcHouseDao extends BaseDao<IcHouseEntity> { |
|
|
List<PartyCenterHouseResultDTO> selectListPartyCenterHouse(@Param("customerId") String customerId, |
|
|
List<PartyCenterHouseResultDTO> selectListPartyCenterHouse(@Param("customerId") String customerId, |
|
|
@Param("agencyId") String agencyId, |
|
|
@Param("agencyId") String agencyId, |
|
|
@Param("neighborHoodName") String neighborHoodName, |
|
|
@Param("neighborHoodName") String neighborHoodName, |
|
|
@Param("buildingName") String buildingName); |
|
|
@Param("buildingName") String buildingName, |
|
|
|
|
|
@Param("buildingId") String buildingId, |
|
|
|
|
|
@Param("partyCenterHouseFlag") String partyCenterHouseFlag); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 群租房列表 |
|
|
* 群租房列表 |
|
@ -241,7 +243,4 @@ public interface IcHouseDao extends BaseDao<IcHouseEntity> { |
|
|
List<HouseCountPictureListResultDTO> getHouseStatusCount(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd); |
|
|
List<HouseCountPictureListResultDTO> getHouseStatusCount(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd); |
|
|
|
|
|
|
|
|
List<HousePictureListResultDTO> getHousePictureList(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd,@Param("purpose") String purpose,@Param("rentFlag") Integer rentFlag); |
|
|
List<HousePictureListResultDTO> getHousePictureList(@Param("orgId") String orgId,@Param("orgType") String orgType, @Param("timeStart")Date timeStart,@Param("timeEnd")Date timeEnd,@Param("purpose") String purpose,@Param("rentFlag") Integer rentFlag); |
|
|
@Param("buildingName") String buildingName, |
|
|
|
|
|
@Param("buildingId") String buildingId, |
|
|
|
|
|
@Param("partyCenterHouseFlag") String partyCenterHouseFlag); |
|
|
|
|
|
} |
|
|
} |
|
|