作者 邓超

x

@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 include_once "../vendor/autoload.php"; 5 include_once "../vendor/autoload.php";
6 6
7 // 查询不是预热邮箱 7 // 查询不是预热邮箱
8 -$eids = db()->all('SELECT id FROM emails LEFT JOIN hot_mail ON emails.email = hot_mail.email WHERE hot_mail.email is NULL AND pwd_error = 0'); 8 +$eids = db()->throw()->all('SELECT `emails`.`id` FROM `emails` LEFT JOIN `hot_mail` ON `emails`.`email` = `hot_mail`.`email` WHERE `hot_mail`.`email` is NULL AND `pwd_error` = 0');
9 9
10 $eids = array_column($eids,'id'); 10 $eids = array_column($eids,'id');
11 11