Commit 6d91d667 authored by hujun's avatar hujun

去除通话记录count

parent 865abf1f
......@@ -147,7 +147,8 @@ class CellPhone extends Basic
}
}
$data['list'] = $list;
$data['total'] = $report->getCallListTotal($where);
// $data['total'] = $report->getCallListTotal($where);
$data['total'] = 40000;
return $this->response($result['code'], $result['msg'], $data);
} else {
return view('cell_phone/index');
......
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