<@_logLoginList result=result userId=userId channel=channel name=name startCreateDate=startCreateDate endCreateDate=endCreateDate ip=ip orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
用户名 用户ID 登陆渠道 IP 登录结果 登录日期 错误密码
${(a.name?html)!} ${a.userId!} ${a.channel!} ${a.ip!} ${a.result?then('成功','失败')} ${a.createDate!} ${(a.errorPassword?html)!}
<#include "../include_page/page.html"/>