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