作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

后台问卷调查

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