| | |
| | | housingDemand.setSaleAmount("0-500"); |
| | | } |
| | | if (req.getType()==2){ |
| | | |
| | | this.insertOrUpdate(housingDemand); |
| | | }else{ |
| | | this.insertOrUpdate(housingDemand); |
| | |
| | | String url = "https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=" + accessToken; |
| | | Map<String, Object> param = new HashMap<>(); |
| | | param.put("scene","id="+housingDemand.getId()); |
| | | param.put("page", "pageA/houseDetail"); |
| | | param.put("page", "pageA/housingDetails"); |
| | | param.put("check_path", false); |
| | | param.put("env_version", "trial"); |
| | | param.put("width", 200); //二维码尺寸 |
| | |
| | | if(list.size() > 0){ |
| | | housingDemandDistrictService.insertBatch(list); |
| | | } |
| | | |
| | | return ResultUtil.success(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 搜索求房源列表数据 |