Commit 1e8e8297 authored by zhuwei's avatar zhuwei

bug

parent d73cb401
......@@ -66,7 +66,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,$params,$order);
$res_total = $this->rAgentReport->getPerformanceReportListTotal($field,$get_params,$order);
foreach ($res as $key => $val) {
$url = 'static/week_work_img/' . $val['img_url'];
......
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