作者 王智

修改

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