<@_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)!} ${a.channel!} ${a.image?then('是','否')} <@t.fileSize a.fileSize/> ${a.ip!} ${a.createDate!} ${(a.filePath)!}
<#include "../include_page/page.html"/>