Commit 5f2bac9d authored by fangliyan's avatar fangliyan

base_id 收藏

parent c18daf8e
......@@ -884,6 +884,7 @@ class User_model extends MY_Model
* @return string
*/
function getCollectHouseIdByBaseID($base_id,$kind,$city=GB_CITY){
$base_id = explode(',',$base_id);
$return = $this->get_data(array('form_name' => 'personal_collection','where_in'=>array('base_id'=>$base_id),'where'=>array('kind'=>$kind,'city_name'=>$city),'select'=>array('collect_id')),'esfbak');
if(!empty($return)){
return $return;
......
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