搜索排除大于3次错误的数据

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 0a09122d71
commit cfe4b41752

@ -136,6 +136,7 @@ class PageSpeedData_model extends CI_Model {
$this->where .= " AND psd.psd_DesktopScore BETWEEN $start_score AND $end_score "; $this->where .= " AND psd.psd_DesktopScore BETWEEN $start_score AND $end_score ";
$this->orderby = ' ORDER BY psd_DesktopScore ASC '; $this->orderby = ' ORDER BY psd_DesktopScore ASC ';
} }
$this->where .= " AND psd.psd_ErrorCount<=3 ";
return $this->get_list(); return $this->get_list();
} }

Loading…
Cancel
Save