fix tabulatioin
This commit is contained in:
parent
1ce40b0eb0
commit
c4e72a3a3a
@ -66,7 +66,7 @@ class TabulateWinners extends Command
|
|||||||
->whereNotIn('vehicle_scores.vehicle', function ($query) {
|
->whereNotIn('vehicle_scores.vehicle', function ($query) {
|
||||||
$query->select('vehicle')->from('car_show_winners');
|
$query->select('vehicle')->from('car_show_winners');
|
||||||
})
|
})
|
||||||
->where('vehicles.doNotJudge', '=', '0')
|
->where('vehicles.doNotJudge', '=', "0")
|
||||||
->where('vehicles.type', '=', "$category")
|
->where('vehicles.type', '=', "$category")
|
||||||
->orderBy('totalscore', 'desc')
|
->orderBy('totalscore', 'desc')
|
||||||
->first();
|
->first();
|
||||||
|
Loading…
Reference in New Issue
Block a user