- 删除了 Console/Kernel.php 中的 $schedule->command('transaction:status50to202')->everyFiveMinutes();定时任务 - 此修改可能是为了简化定时任务配置或移除不必要的任务
@@ -29,7 +29,6 @@ class Kernel extends ConsoleKernel
{
// $schedule->command('inspire')->hourly();
//
- $schedule->command('transaction:status50to202')->everyFiveMinutes();
// 每分钟更新作物生长状态
$schedule->command('farm:update-crop-growth')->everyMinute();