diff --git a/application/admin/controller/QuestionBoy.php b/application/admin/controller/QuestionBoy.php
index 6aedfff..d3fc2e2 100644
--- a/application/admin/controller/QuestionBoy.php
+++ b/application/admin/controller/QuestionBoy.php
@@ -54,7 +54,8 @@ class QuestionBoy extends Backend
             }
         }
         if ($this->request->isPost()) {
-            $params = $this->request->post("row/a");
+//            $params = $this->request->post("row/a");
+            $params = $this->request->param();
             if ($params) {
                 $params = $this->preExcludeFields($params);
                 $result = false;