Commit 63abdb62 authored by zhuwei's avatar zhuwei

1

parent ce008c69
...@@ -831,7 +831,7 @@ class Broker extends Basic ...@@ -831,7 +831,7 @@ class Broker extends Basic
"agents_id" => 6495 "agents_id" => 6495
);*/ );*/
if (!isset($params["agents_id"])) { if (!isset($params["agent_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
...@@ -842,7 +842,7 @@ class Broker extends Basic ...@@ -842,7 +842,7 @@ class Broker extends Basic
$field .= 'OperatingRecords.name,'; $field .= 'OperatingRecords.name,';
$field .= 'OperatingRecords.remark,'; $field .= 'OperatingRecords.remark,';
$field .= 'OperatingRecords.create_time'; $field .= 'OperatingRecords.create_time';
$get_params['OperatingRecords.user_id'] = $params["agents_id"]; $get_params['OperatingRecords.user_id'] = $params["agent_id"];
$get_params['OperatingRecords.type'] = 7; $get_params['OperatingRecords.type'] = 7;
$operatingRecords = new GOperatingRecords(); $operatingRecords = new GOperatingRecords();
$res = $operatingRecords->getRecordsList($pageNo,$pageSize,$field,$get_params); $res = $operatingRecords->getRecordsList($pageNo,$pageSize,$field,$get_params);
......
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