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

商户申请

... ... @@ -84,12 +84,12 @@ class UserExpLogAudit extends Backend
public function edit($ids = null)
{
$row = $this->model->get($ids);
echo 1;
exit();
if (!$row) {
$this->error(__('No Results were found'));
}
$adminIds = $this->getDataLimitAdminIds();
echo 1;
exit();
if (is_array($adminIds)) {
if (!in_array($row[$this->dataLimitField], $adminIds)) {
$this->error(__('You have no permission'));
... ...