...
|
...
|
@@ -93,6 +93,7 @@ class Screen extends Backend |
|
|
$list[] = [
|
|
|
'title' => $v['title'],
|
|
|
'score' => $v['sum_score'],
|
|
|
'rank' => db('study')->where('team_id',$v['team_id'])->field('name,earn_score')->select()
|
|
|
];
|
|
|
}
|
|
|
$this->view->assign("row", $list);
|
...
|
...
|
|