Эх сурвалжийг харах

refactor(app): 移除定时任务 transaction:status50to202

- 删除了 Console/Kernel.php 中的 $schedule->command('transaction:status50to202')->everyFiveMinutes();定时任务
- 此修改可能是为了简化定时任务配置或移除不必要的任务
notfff 7 сар өмнө
parent
commit
abe3f3f2de

+ 0 - 1
app/Console/Kernel.php

@@ -29,7 +29,6 @@ class Kernel extends ConsoleKernel
     {
         // $schedule->command('inspire')->hourly();
         //
-        $schedule->command('transaction:status50to202')->everyFiveMinutes();
 
         // 每分钟更新作物生长状态
         $schedule->command('farm:update-crop-growth')->everyMinute();