<@_logUploadList userId=userId channel=channel fileTypes=fileTypes originalName=originalName 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>
<@t.page 'user.id'/> <@t.page 'user.nickname'/> <@t.page 'channel'/> <@t.page 'file_type'/> <@t.page 'file.original_name'/> <@t.page 'file.size'/> IP <@t.page 'log.create_date'/> <@t.page 'file_path'/>
${a.userId!} ${(userMap[a.userId?string].nickName)!} ${a.channel!} <@t.page 'file_type.'+a.fileType/> ${a.originalName!} <@t.fileSize a.fileSize/> ${a.ip!} ${a.createDate!} ${(a.filePath)!}
<#include "../include_page/page.html"/>