Commit 24f4c493 authored by fangliyan's avatar fangliyan

base_id 收藏

parent 08ba82ed
......@@ -323,7 +323,7 @@ class Esf_center_api extends MY_Controller {
$base_id = $this->input->get('base_id');
$city = $city?$city:'nj';
$tbl=$kind==3?'sell':'rent';
$result = $this->user_model->getCollectHouseIdByBaseID($uid,$rowid,$city);
$result = $this->user_model->getCollectHouseIdByBaseID($base_id,$rowid,$city);
//已关注此房源
if($result['id']>0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment