diff --git a/application/admin/controller/system/SystemLog.php b/application/admin/controller/system/SystemLog.php index 48a6fe90..2471b386 100644 --- a/application/admin/controller/system/SystemLog.php +++ b/application/admin/controller/system/SystemLog.php @@ -1 +1,42 @@ -request); $where['level'] = $this->adminInfo['level']; $this->assign('where',$where); $this->assign('admin',SystemAdmin::getOrdAdmin('id,real_name',$this->adminInfo['level'])); $this->assign(LogModel::systemPage($where)); return $this->fetch(); } } \ No newline at end of file +request); + $where['level'] = $this->adminInfo['level']; + $this->assign('where',$where); + $this->assign('admin',SystemAdmin::getOrdAdmin('id,real_name',$this->adminInfo['level'])); + $this->assign(LogModel::systemPage($where)); + return $this->fetch(); + } + + + + +} +