Commit a73ad66b authored by fangliyan's avatar fangliyan

base_id 取消收藏

parent 22839aa3
...@@ -2460,6 +2460,9 @@ if($searcharr['infotype']==4){ ...@@ -2460,6 +2460,9 @@ if($searcharr['infotype']==4){
{ {
//设置表 //设置表
$this->user_model->set_table('personal_collection'); $this->user_model->set_table('personal_collection');
if(is_array($arr)){
$arr = implode(',',$arr);
}
//过滤表结构 //过滤表结构
$result = $this->user_model->del_mul($arr,'id','esf'); $result = $this->user_model->del_mul($arr,'id','esf');
return $result; return $result;
......
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