Commit 2bbeecd7 authored by zhuwei's avatar zhuwei

log检查

parent d98f1268
......@@ -293,6 +293,8 @@ class Member extends Basic{
//是否被收藏
$data_list[$k]["is_collect"] = 2;
Log::write($params["agent_id"], '是否被收藏-检查-agent_id'); //记录日志
Log::write($v["id"], '是否被收藏-检查-user_id'); //记录日志
if($params["agent_id"] && $v["id"]){
//先判断是否已经存在数据
$field = 'id,status';
......
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