Commit e1a728f2 authored by fangliyan's avatar fangliyan

base_id 取消收藏

parent bcc8d3c2
...@@ -872,7 +872,7 @@ class Esf_center_api extends MY_Controller { ...@@ -872,7 +872,7 @@ class Esf_center_api extends MY_Controller {
$rowid = $this->input->get('rowid'); $rowid = $this->input->get('rowid');
$city = $this->input->get('city'); $city = $this->input->get('city');
$tbl=$kind==3?'sell':'rent'; $tbl=$kind==3?'sell':'rent';
$id = $this->user_model->getCollectHouseIdByBaseID($base_id,$kind,$rowid,$city); $id = $this->user_model->getCollectHouseIdByBaseID($base_id,$kind,$rowid,$city,1);
if(empty($id)) if(empty($id))
{ {
......
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