Commit 15a16892 authored by hujun's avatar hujun

site_id

parent f424a541
......@@ -176,7 +176,7 @@ class Report extends Basic
default :
$site_id = $this->siteId;
}
$agents_data = $agentModel->getAgentInfo('id,level', $agents_old['phone'], ['site_id'=>$site_id]);
$agents_data = $agentModel->getAgentInfo('id,level', '', ['phone'=>$agents_old['phone'],'site_id'=>$site_id]);
if (empty($agents_data)) {
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