Commit 44c6405e authored by hujun's avatar hujun

''

parent bdf1e907
......@@ -95,7 +95,7 @@ class CellPhone extends Basic
$where['a.id'] = $this->params['id'];
}
$list = $report->getCallList($pageNo, $pageSize, 'id desc', $field, $where);
$list = $report->getCallList($pageNo, $pageSize, '', $field, $where);
$m_user = new Users();
$m_phone_follow = new UPhoneFollowUp($this->siteId);
if($this->params['end_date'] >= date('Y-m-d',time())){
......
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