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

后台问卷调查

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