aa
This commit is contained in:
@@ -69,7 +69,7 @@ class ArticleController extends Controller
|
|||||||
)
|
)
|
||||||
->where('DescrizioneStatoProdotto', 'In commercio')
|
->where('DescrizioneStatoProdotto', 'In commercio')
|
||||||
->where('DescrizioneTipologia', 'Libri')
|
->where('DescrizioneTipologia', 'Libri')
|
||||||
->orderBy('totaleVenduti', 'desc')
|
->orderBy('rank1Y', 'asc')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
if ($articoliVenduti->isEmpty()) {
|
if ($articoliVenduti->isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user