diff --git a/app/home/controller/Index.php b/app/home/controller/Index.php index aa44c9f..4ba8004 100644 --- a/app/home/controller/Index.php +++ b/app/home/controller/Index.php @@ -221,10 +221,7 @@ class Index extends BaseController if (!empty($param['keywords'])) { $where[] = ['id|username|name|nickname|mobile|desc', 'like', '%' . $param['keywords'] . '%']; } - $where[] = ['status', '<', 2]; - if (isset($param['status']) && $param['status']!='') { - $where[] = ['status', '=', $param['status']]; - } + $where[] = ['status', '=', 1]; if (!empty($param['did'])) { $department_array = get_department_son($param['did']); $where[] = ['did', 'in', $department_array]; diff --git a/app/home/view/index/mail_list.html b/app/home/view/index/mail_list.html index 7340daa..d27acf9 100644 --- a/app/home/view/index/mail_list.html +++ b/app/home/view/index/mail_list.html @@ -21,13 +21,6 @@