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