作者 邓超

x

@@ -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 }