aa
This commit is contained in:
@@ -47,16 +47,18 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->command('product:updateqta')->everyFiveMinutes()->between('8:00', '00:00')->withoutOverlapping()->before(function () {
|
$schedule->command('product:updateqta')->everyFiveMinutes()->between('8:00', '00:00')->withoutOverlapping()->before(function () {
|
||||||
Log::info('Running product:updateqta command');
|
Log::info('Running product:updateqta command');
|
||||||
});
|
});
|
||||||
$schedule->command('product:startday')
|
/*$schedule->command('product:startday')
|
||||||
->daily()->at('08:00')
|
->daily()->at('08:00')
|
||||||
->before(function () {
|
->before(function () {
|
||||||
Log::info('Running product:startday command');
|
Log::info('Running product:startday command');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// Pianifica l'esecuzione del comando ogni giorno a mezzanotte
|
// Pianifica l'esecuzione del comando ogni giorno a mezzanotte
|
||||||
$schedule->command('fix:storage-permissions')->everyFiveMinutes()->before(function () {
|
$schedule->command('fix:storage-permissions')->everyFiveMinutes()->before(function () {
|
||||||
Log::info('Running fix:storage-permissions');
|
Log::info('Running fix:storage-permissions');
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ function setOrdine($idinternet, $mode)
|
|||||||
|
|
||||||
$str = "setOrdine: mode =" . $mode . ' idinternet=' . $idinternet;
|
$str = "setOrdine: mode =" . $mode . ' idinternet=' . $idinternet;
|
||||||
|
|
||||||
$str .= getAllTablesStr();
|
// $str .= getAllTablesStr();
|
||||||
|
|
||||||
$str .= getStructTable('T_WOO_TestateOrdini');
|
$str .= getStructTable('T_WOO_TestateOrdini');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user