正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -54,7 +54,8 @@ class QuestionBoy extends Backend | @@ -54,7 +54,8 @@ class QuestionBoy extends Backend | ||
54 | } | 54 | } |
55 | } | 55 | } |
56 | if ($this->request->isPost()) { | 56 | if ($this->request->isPost()) { |
57 | - $params = $this->request->post("row/a"); | 57 | +// $params = $this->request->post("row/a"); |
58 | + $params = $this->request->param(); | ||
58 | if ($params) { | 59 | if ($params) { |
59 | $params = $this->preExcludeFields($params); | 60 | $params = $this->preExcludeFields($params); |
60 | $result = false; | 61 | $result = false; |
-
请 注册 或 登录 后发表评论