@_logLoginList result=result userId=admin.id channel=channel name=name startCreateDate=startCreateDate endCreateDate=endCreateDate ip=ip orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
| 用户名 | 登陆渠道 | IP | 登录结果 | 登录日期 | 错误密码 | |
|---|---|---|---|---|---|---|
| ${(a.name)!} | ${a.channel!} | ${a.ip!} | ${a.result?then('成功','失败')} | ${a.createDate!} | ${(a.errorPassword)!} |