1
This commit is contained in:
parent
6034eea5ef
commit
76061af451
@ -204,7 +204,7 @@ class CircuitRankingService extends BaseService {
|
||||
);
|
||||
$data = array();
|
||||
foreach ($rows as $row) {
|
||||
if ($row['cumulative_scor'] > 0) {
|
||||
if ($row['cumulative_score'] > 0) {
|
||||
array_push($data, $row);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user