Commit 1c55606c authored by zhuwei's avatar zhuwei

bug

parent c741781d
...@@ -291,7 +291,7 @@ class Member extends Basic{ ...@@ -291,7 +291,7 @@ class Member extends Basic{
//是否被收藏 //是否被收藏
$data_list[$k]["is_collect"] = 2; $data_list[$k]["is_collect"] = 2;
if($params["agent_id"] && $params["user_id"]){ if($params["agent_id"] && $v["id"]){
//先判断是否已经存在数据 //先判断是否已经存在数据
$field = 'id,status'; $field = 'id,status';
$get_params['agents_id'] = $params["agent_id"]; $get_params['agents_id'] = $params["agent_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