...
|
...
|
@@ -93,14 +93,14 @@ class UserExpLogAudit extends Backend |
|
|
$this->error(__('You have no permission'));
|
|
|
}
|
|
|
}
|
|
|
echo 1;
|
|
|
exit();
|
|
|
if ($this->request->isPost()) {
|
|
|
$params = $this->request->post("row/a");
|
|
|
if ($params) {
|
|
|
$params = $this->preExcludeFields($params);
|
|
|
$result = false;
|
|
|
Db::startTrans();
|
|
|
echo 11;
|
|
|
exit();
|
|
|
try {
|
|
|
//是否采用模型验证
|
|
|
if ($this->modelValidate) {
|
...
|
...
|
|