|
@@ -239,6 +239,21 @@ public class HouseHelperService {
|
|
|
result.put("houseTypeImages" , tmHouse.getHouseTypeImages());
|
|
result.put("houseTypeImages" , tmHouse.getHouseTypeImages());
|
|
|
result.put("enable" , tmHouse.getEnable());
|
|
result.put("enable" , tmHouse.getEnable());
|
|
|
result.put("wxAqrCode" , tmHouse.getWxAqrCode());
|
|
result.put("wxAqrCode" , tmHouse.getWxAqrCode());
|
|
|
|
|
+
|
|
|
|
|
+ //2021.6.17 增加
|
|
|
|
|
+ result.put("buildingArea" , tmHouse.getBuildingArea());
|
|
|
|
|
+ result.put("floorSpace" , tmHouse.getFloorSpace());
|
|
|
|
|
+ result.put("constructionYear" , tmHouse.getConstructionYear());
|
|
|
|
|
+ result.put("propertyNumber" , tmHouse.getPropertyNumber());
|
|
|
|
|
+ result.put("bedroomAmount" , tmHouse.getBedroomAmount());
|
|
|
|
|
+ result.put("showerroomAmount" , tmHouse.getShowerroomAmount());
|
|
|
|
|
+ result.put("ancillaryFacility" , tmHouse.getAncillaryFacility());
|
|
|
|
|
+ result.put("houseLabel" , tmHouse.getHouseLabel());
|
|
|
|
|
+ result.put("sellType" , tmHouse.getSellType());
|
|
|
|
|
+ result.put("introduceVideoDesc" , tmHouse.getIntroduceVideoDesc());
|
|
|
|
|
+ result.put("additionsImages" , tmHouse.getAdditionsImages());
|
|
|
|
|
+ result.put("coverAdditionsImages" , tmHouse.getCoverAdditionsImages());
|
|
|
|
|
+ result.put("unitPrice",tmHouse.getUnitPrice());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if(null != tmEstate){
|
|
if(null != tmEstate){
|
|
@@ -270,6 +285,13 @@ public class HouseHelperService {
|
|
|
result.put("agencyPassImage" , tmAgency.getWorkPassImage());
|
|
result.put("agencyPassImage" , tmAgency.getWorkPassImage());
|
|
|
result.put("agencyTagImage" , tmAgency.getTagImage());
|
|
result.put("agencyTagImage" , tmAgency.getTagImage());
|
|
|
|
|
|
|
|
|
|
+ //2021.6.17 增加
|
|
|
|
|
+ result.put("ename" , tmAgency.getEname());
|
|
|
|
|
+ result.put("agencyCompanyId" , tmAgency.getAgencyCompanyId());
|
|
|
|
|
+ result.put("language" , tmAgency.getLanguage());
|
|
|
|
|
+ result.put("businessId" , tmAgency.getBusinessId());
|
|
|
|
|
+ result.put("email" , tmAgency.getEmail());
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if(null != tmUser){
|
|
if(null != tmUser){
|