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