作者 邓超

x

... ... @@ -11,7 +11,7 @@ require_once "../vendor/autoload.php";
$id = redis()->get('empty_subject_check',185163874);
while($id){
$list = db()->first(\Model\listsSql::first('`id` > '.$id.' and `subject` = ""','`id`,`email_id`,`folder_id`,`uid`'));
$list = db()->first(\Model\listsSql::first('`id` > '.$id.' and `subject` = "" and `from` = ""','`id`,`email_id`,`folder_id`,`uid`'));
if(!$list){
break;
}
... ...