...
|
...
|
@@ -216,8 +216,10 @@ class Screen extends Backend |
|
|
$this->success("Ajax请求成功", null, ['id' => $ids]);
|
|
|
}
|
|
|
$data = $row->toArray();
|
|
|
//dump($data);exit();
|
|
|
$res = db('study_ronda_score')
|
|
|
->where('ronda_id',$data['ronda_id'])
|
|
|
->order('score','desc')
|
|
|
->select();
|
|
|
$list = [];
|
|
|
foreach ($res as $k => $v){
|
...
|
...
|
@@ -233,7 +235,7 @@ class Screen extends Backend |
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 批量修改
|
|
|
* 修改
|
|
|
*/
|
|
|
public function multi($ids = NULL){
|
|
|
if (!$this->request->isPost()) {
|
...
|
...
|
|