This commit is contained in:
paoloar77
2025-04-15 12:56:47 +02:00
parent 32883ec09d
commit 69345cd0bd

View File

@@ -275,7 +275,7 @@ class ArticleController extends Controller
DB::raw('COALESCE(u.totFat, 0) as totFat'), DB::raw('COALESCE(u.totFat, 0) as totFat'),
DB::raw('COALESCE(p.venduti3mesi, 0) as venduti3mesi'), DB::raw('COALESCE(p.venduti3mesi, 0) as venduti3mesi'),
DB::raw('COALESCE(t.fat3mesi, 0) as fat3mesi'), DB::raw('COALESCE(t.fat3mesi, 0) as fat3mesi'),
DB::raw('COALESCE(t.fat6mesi, 0) as fat6mesi'), DB::raw('COALESCE(t2.fat6mesi, 0) as fat6mesi'),
DB::raw('COALESCE(p.rank3M, 0) as rank3M'), DB::raw('COALESCE(p.rank3M, 0) as rank3M'),
DB::raw('COALESCE(t.fatrank3M, 0) as fatrank3M'), DB::raw('COALESCE(t.fatrank3M, 0) as fatrank3M'),
DB::raw('COALESCE(t2.fatrank6M, 0) as fatrank6M'), DB::raw('COALESCE(t2.fatrank6M, 0) as fatrank6M'),