line('开始删除'); LocationsLog::query()->where('created_at', '<=', Carbon::now()->subMonths(6)->toDateString())->delete(); $this->line('删除成功'); } }