This commit is contained in:
aozhiwei 2024-11-09 13:43:00 +08:00
parent 6034eea5ef
commit 76061af451

View File

@ -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);
}
}