Commit 88889d61 authored by zhuwei's avatar zhuwei

del

parent 2bde7ccc
......@@ -109,7 +109,7 @@ class HomePageLog extends Basic
$model = new AAgents();
$res_a = $model->getAgentsIdsArray($agent_field, $agent_params);
if ($res_a) {
$where_["f.agent_id"] = [ 'in', $res_a ];
$where_["agent_id"] = [ 'in', $res_a ];
$where .= " AND agent_id in ($res_a)";
} else {
return $this->response("200", "request null");
......
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