visitCountToDb(); Log::info('定时任务:执行完成访问点击入库,等待下次执行'); $i = 0; while ($i < 300) { sleep(1); $i++; } $this->handle(); } }