Ver Fonte

开启了波次同步

LD há 5 anos atrás
pai
commit
e35ae30e1d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
-//        $schedule->command('sync:batch')->everyMinute();
+        $schedule->command('sync:batch')->everyMinute();
 //        $schedule->command('sync:order')->everyMinute();
 //        $schedule->command('sync:order')->everyMinute();
     }
     }