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