aa
This commit is contained in:
@@ -37,7 +37,7 @@ class ArticleController extends Controller
|
|||||||
DB::raw('COALESCE(o.totaleVenduti, 0) as totaleVenduti'))
|
DB::raw('COALESCE(o.totaleVenduti, 0) as totaleVenduti'))
|
||||||
->where('DescrizioneStatoProdotto','In commercio')
|
->where('DescrizioneStatoProdotto','In commercio')
|
||||||
->where('DescrizioneTipologia','Libri')
|
->where('DescrizioneTipologia','Libri')
|
||||||
->orderBy('DataOra', 'desc')
|
->orderBy('totaleVenduti', 'desc')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
if ($articoliVenduti->isEmpty()) {
|
if ($articoliVenduti->isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user