Commit cd5c97fe by 冷斌

update

parent eee5407e
......@@ -83,7 +83,7 @@ class AdminlogController extends AdminbaseController {
$xlsData[$k]['addtime']=date("Y-m-d H:i:s",$v['addtime']);
$xlsData[$k]['ip']=long2ip($v['ip']);
}
$cellName = array('A','B','C','D','E');
$cellName = array('A','B','C','D','E', 'F');
$xlsCell = array(
array('id','序号'),
array('adminid','管理员ID'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment