正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -95,12 +95,12 @@ class UserExpLogAudit extends Backend | @@ -95,12 +95,12 @@ class UserExpLogAudit extends Backend | ||
95 | } | 95 | } |
96 | if ($this->request->isPost()) { | 96 | if ($this->request->isPost()) { |
97 | $params = $this->request->post("row/a"); | 97 | $params = $this->request->post("row/a"); |
98 | + echo 1; | ||
99 | + exit(); | ||
98 | if ($params) { | 100 | if ($params) { |
99 | $params = $this->preExcludeFields($params); | 101 | $params = $this->preExcludeFields($params); |
100 | $result = false; | 102 | $result = false; |
101 | Db::startTrans(); | 103 | Db::startTrans(); |
102 | - echo 11; | ||
103 | - exit(); | ||
104 | try { | 104 | try { |
105 | //是否采用模型验证 | 105 | //是否采用模型验证 |
106 | if ($this->modelValidate) { | 106 | if ($this->modelValidate) { |
-
请 注册 或 登录 后发表评论