作者 邓超

x

... ... @@ -64,7 +64,7 @@ class HotMail {
$maxId = $this->db->value("select `id` from `lists` order by `id` desc limit 1");
for ($i=0;$i<ceil($maxId/1000);$i++){
$this->run(rand($i*1000,($i+1)*1000));
$this->run(range($i*1000,($i+1)*1000));
}
echo '已执行完成'.PHP_EOL;
... ...