brossura tolto
This commit is contained in:
@@ -321,9 +321,9 @@ function libriInPrevendita()
|
|||||||
|
|
||||||
->where('DescrizioneStatoProdotto', 'In prevendita')
|
->where('DescrizioneStatoProdotto', 'In prevendita')
|
||||||
->where(DB::raw('CONVERT(INT, QtaDisponibile)'), '<', 0)
|
->where(DB::raw('CONVERT(INT, QtaDisponibile)'), '<', 0)
|
||||||
->where('DescrizioneFormato', 'brossura')
|
// ->where('DescrizioneFormato', 'brossura')
|
||||||
// ->where('DescrizioneTipologia', 'Libri')
|
// ->where('DescrizioneTipologia', 'Libri')
|
||||||
->where(DB::raw('DATEDIFF(second, \'1970-01-01\', DataOra)'), '>', 0)
|
->where(DB::raw('DATEDIFF(second, \'1970-01-01\', DataOra)'), '>', 1000)
|
||||||
->orderBy('DataPubblicazione', 'desc')
|
->orderBy('DataPubblicazione', 'desc')
|
||||||
->get();
|
->get();
|
||||||
$sep = ' | ';
|
$sep = ' | ';
|
||||||
|
|||||||
Reference in New Issue
Block a user