正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -11,7 +11,7 @@ require_once "../vendor/autoload.php"; | @@ -11,7 +11,7 @@ require_once "../vendor/autoload.php"; | ||
11 | $id = redis()->get('empty_subject_check',185163874); | 11 | $id = redis()->get('empty_subject_check',185163874); |
12 | while($id){ | 12 | while($id){ |
13 | 13 | ||
14 | - $list = db()->first(\Model\listsSql::first('`id` > '.$id.' and `subject` = ""','`id`,`email_id`,`folder_id`,`uid`')); | 14 | + $list = db()->first(\Model\listsSql::first('`id` > '.$id.' and `subject` = "" and `from` = ""','`id`,`email_id`,`folder_id`,`uid`')); |
15 | if(!$list){ | 15 | if(!$list){ |
16 | break; | 16 | break; |
17 | } | 17 | } |
-
请 注册 或 登录 后发表评论