| | |
| | | * @param houseTypeIds |
| | | * @return |
| | | */ |
| | | List<SearchHousingDemandListRes> searchHousingDemand(@Param("req") SearchHousingDemandReq req, @Param("district") List<String> district, |
| | | @Param("saleAmountStart") Double saleAmountStart, @Param("saleAmountEnd") Double saleAmountEnd, |
| | | @Param("houseModels") List<String> houseModels, @Param("houseTypeIds") List<Integer> houseTypeIds); |
| | | List<SearchHousingDemandListRes> searchHousingDemand(@Param("req") SearchHousingDemandReq req, |
| | | @Param("district") List<Integer> district, |
| | | @Param("cityIds") List<Integer> cityIds, |
| | | @Param("saleAmountStart") Double saleAmountStart, |
| | | @Param("saleAmountEnd") Double saleAmountEnd, |
| | | @Param("houseModels") List<String> houseModels, |
| | | @Param("houseTypeIds") List<Integer> houseTypeIds); |
| | | |
| | | |
| | | Integer searchHousingDemandCount(@Param("req") SearchHousingDemandReq req, @Param("district") List<String> district, |
| | | @Param("saleAmountStart") Double saleAmountStart, @Param("saleAmountEnd") Double saleAmountEnd, |
| | | @Param("houseModels") List<String> houseModels, @Param("houseTypeIds") List<Integer> houseTypeIds); |
| | | Integer searchHousingDemandCount(@Param("req") SearchHousingDemandReq req, |
| | | @Param("district") List<Integer> district, |
| | | @Param("cityIds") List<Integer> cityIds, |
| | | @Param("saleAmountStart") Double saleAmountStart, |
| | | @Param("saleAmountEnd") Double saleAmountEnd, |
| | | @Param("houseModels") List<String> houseModels, |
| | | @Param("houseTypeIds") List<Integer> houseTypeIds); |
| | | |
| | | List<SearchHousingDemandListRes> searchHousingDemand1(@Param("id") Integer id); |
| | | |
| | | List<SearchHousingDemandListRes> searchHousingDemand2(@Param("ids")List<Integer> id); |
| | | |
| | | } |