...
|
...
|
@@ -101,7 +101,6 @@ class QuestionController extends AdminBaseController |
|
|
$this->error($validate->getError());
|
|
|
}
|
|
|
$param['safeguard'] = implode(',',$param['safeguard']);
|
|
|
dump($param);
|
|
|
Db::name('question')
|
|
|
->where('id',$id)
|
|
|
->update($param);
|
...
|
...
|
|