Commit 03f7d12a authored by zhuwei's avatar zhuwei

bug

parent b13ddb46
...@@ -84,7 +84,7 @@ class Performance extends Basic ...@@ -84,7 +84,7 @@ class Performance extends Basic
$father_id = !empty($params["father_id"]) ? $params["father_id"] : '' ; $father_id = !empty($params["father_id"]) ? $params["father_id"] : '' ;
$list = $this->service_->totalAgent($params["type"], $end_day, $start_day,$pageNo,$pageSize,$father_id); $list = $this->service_->totalAgent($params["type"], $end_day, $start_day,$pageNo,$pageSize,$father_id,$params);
//dump($list); //dump($list);
if (count($list) > 0) { if (count($list) > 0) {
$result["list"] = $list['list']; $result["list"] = $list['list'];
......
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