正在显示
1 个修改的文件
包含
0 行增加
和
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); |
-
请 注册 或 登录 后发表评论