This commit is contained in:
paoloar77
2024-07-18 17:10:55 +02:00
parent ea5fb1c002
commit 77404771d9
2 changed files with 4 additions and 2 deletions

View File

@@ -47,16 +47,18 @@ class Kernel extends ConsoleKernel
$schedule->command('product:updateqta')->everyFiveMinutes()->between('8:00', '00:00')->withoutOverlapping()->before(function () {
Log::info('Running product:updateqta command');
});
$schedule->command('product:startday')
/*$schedule->command('product:startday')
->daily()->at('08:00')
->before(function () {
Log::info('Running product:startday command');
});
// Pianifica l'esecuzione del comando ogni giorno a mezzanotte
$schedule->command('fix:storage-permissions')->everyFiveMinutes()->before(function () {
Log::info('Running fix:storage-permissions');
});
*/
}
/**

View File

@@ -586,7 +586,7 @@ function setOrdine($idinternet, $mode)
$str = "setOrdine: mode =" . $mode . ' idinternet=' . $idinternet;
$str .= getAllTablesStr();
// $str .= getAllTablesStr();
$str .= getStructTable('T_WOO_TestateOrdini');