正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -164,9 +164,9 @@ class MailListV2 extends Base { | @@ -164,9 +164,9 @@ class MailListV2 extends Base { | ||
164 | // 软删 | 164 | // 软删 |
165 | $where['deleted'] = 0; | 165 | $where['deleted'] = 0; |
166 | 166 | ||
167 | - $where['from.notin'] = $this->from_not_in(); | ||
168 | - $where['_'] = "`from` not like 'postmaster@%%'"; | ||
169 | - if(!$where['from.notin']) unset($where['from.notin']); | 167 | +// $where['from.notin'] = $this->from_not_in(); |
168 | +// $where['_'] = "`from` not like 'postmaster@%%'"; | ||
169 | +// if(!$where['from.notin']) unset($where['from.notin']); | ||
170 | 170 | ||
171 | $filed = '`id`,`uid`,`subject`,`from`,`from_name`,`flagged`,`seen`,`udate`,`folder_id`,`is_file`,`description`,`lists`.`email_id`,`to_name`'; | 171 | $filed = '`id`,`uid`,`subject`,`from`,`from_name`,`flagged`,`seen`,`udate`,`folder_id`,`is_file`,`description`,`lists`.`email_id`,`to_name`'; |
172 | 172 |
-
请 注册 或 登录 后发表评论