<@_logUploadList userId=userId channel=channel image=image filePath=filePath orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a> <@t.merge 'userIds' a.userId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <#list page.list as a>
用户ID 用户昵称 渠道 是否图片 文件大小 IP 操作日期 文件路径
${a.userId!} ${(userMap[a.userId?string].nickName?html)!} ${a.channel!} ${a.image?then('是','否')} ${a.fileSize!} ${a.ip!} ${a.createDate!} ${(a.filePath?html)!}
<#include "../include_page/page.html"/>