正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -192,8 +192,8 @@ class MailListV2 extends Base { | @@ -192,8 +192,8 @@ class MailListV2 extends Base { | ||
192 | 192 | ||
193 | if($subject || $from_not_in_like){ | 193 | if($subject || $from_not_in_like){ |
194 | $sql .= ' and ('; | 194 | $sql .= ' and ('; |
195 | - if($subject) $sql.= implode(' or ',$subject); | ||
196 | - if($from_not_in_like) $sql.= ' or '.implode(' or ',$from_not_in_like); | 195 | + if($subject) $sql.= implode(' and ',$subject); |
196 | + if($from_not_in_like) $sql.= ' and '.implode(' and ',$from_not_in_like); | ||
197 | $sql .= ')'; | 197 | $sql .= ')'; |
198 | } | 198 | } |
199 | 199 |
-
请 注册 或 登录 后发表评论