Commit 20ddbad2 authored by zhuwei's avatar zhuwei

统计注释

parent 44c6405e
......@@ -74,7 +74,7 @@ class PerformanceReport extends Basic
$order = "RAgentReport.create_time desc";
$res = $this->rAgentReport->getPerformanceReportList($pageNo, $pageSize, $field, $get_params, $order);
$res_total = $this->rAgentReport->getPerformanceReportListTotal($field,$get_params,$order);
// $res_total = $this->rAgentReport->getPerformanceReportListTotal($field,$get_params,$order);
foreach ($res as $key => $val) {
$url = 'static/week_work_img/' . $val['img_url'];
......@@ -82,7 +82,7 @@ class PerformanceReport extends Basic
}
$data['list'] = $res;
$data['total'] = $res_total;
$data['total'] = 40000;
return $this->response("200", "成功",$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