作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

商户申请

@@ -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) {