choosenum_put(); Log::info('定时任务:执行完成落地页选号后提单,等待下次执行'); $i = 0; while ($i < 120) { sleep(1); $i++; } $this->handle(); } }