|
@@ -184,7 +184,7 @@ public class SecondHandServiceImpl extends IBaseServiceImpl<SecondHandEntity, St
|
|
|
|
|
|
// todo webSite待定
|
|
|
// /hengda.html?m=场景码&prodId=房车宝楼盘ID&houseId=自己维护的楼盘ID, businessType=2 (二手房)
|
|
|
- String webSite = "/hengda.html?m=" + sceneCode + "&prodId=" + hengDaId + "&houseId=" + houseId + "&businessType=2";
|
|
|
+ String webSite = "/hengda.html?m=" + sceneCode + "&prodId=" + houseId + "&businessType=2";
|
|
|
log.info("webSite: " + webSite);
|
|
|
entity.setWebSite(webSite);
|
|
|
|
|
@@ -228,6 +228,7 @@ public class SecondHandServiceImpl extends IBaseServiceImpl<SecondHandEntity, St
|
|
|
|
|
|
private JSONObject updateSecondHandInfoToFcb( SecondHandEntity param){
|
|
|
JSONObject info = new JSONObject();
|
|
|
+ // 小区id
|
|
|
info.put("vrGardenId", param.getHouseId());
|
|
|
info.put("vrUrl", param.getWebSite());
|
|
|
info.put("vrCover", param.getIcon());
|