Commit 08fefbf0 authored by zhuwei's avatar zhuwei

1

parent 14137349
...@@ -120,7 +120,7 @@ class UserLogService ...@@ -120,7 +120,7 @@ class UserLogService
//客方 //客方
$s_user_agent = new UserAgentService(); $s_user_agent = new UserAgentService();
$user_agent_res = $s_user_agent->selectUserAgent($user_id); $user_agent_res = $s_user_agent->selectUserAgent($user_id);
$result['customer_relegation_list'] = $user_agent_res ? $user_agent_res : null; $data['customer_relegation_list'] = $user_agent_res ? $user_agent_res : null;
return ["code" => 200, "data" => $data]; return ["code" => 200, "data" => $data];
} }
......
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