|
|
@@ -68,7 +68,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('LogExpireDelete')->dailyAt('00:01');
|
|
|
$schedule->command('InventoryDailyLoggingOwner')->dailyAt('08:00')->runInBackground();
|
|
|
$schedule->command('FluxOrderFix')->hourlyAt(1);
|
|
|
- //$schedule->command('WASSyncWMSOrderInformation')->everyMinute();
|
|
|
+ $schedule->command('WASSyncWMSOrderInformation')->everyMinute();
|
|
|
$schedule->command('syncLogCacheTask')->everyMinute();
|
|
|
$schedule->command('createOwnerReport')->monthlyOn(1);
|
|
|
$schedule->command('createOwnerBillReport')->monthlyOn(1);
|