作者 邓超

mail del

@@ -31,7 +31,7 @@ function start(){ @@ -31,7 +31,7 @@ function start(){
31 // 循环阻塞 31 // 循环阻塞
32 while (true){ 32 while (true){
33 33
34 - $id = db()->value('select `id` from `'.\Model\emailSql::$table.'` where `id` > '.$id.' limit 1 order by asc'); 34 + $id = db()->value('select `id` from `'.\Model\emailSql::$table.'` where `id` > '.$id.' order by `id` asc limit 1');
35 35
36 if($id){ 36 if($id){
37 // 占用当前的id,占用2小时 37 // 占用当前的id,占用2小时