作者 邓超

x

... ... @@ -5,7 +5,7 @@
include_once "../vendor/autoload.php";
// 查询不是预热邮箱
$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');
$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');
$eids = array_column($eids,'id');
... ...