<@_pluginVoteUserList lotteryId=lotteryId userId=userId ip=ip startCreateDate=startCreateDate endCreateDate=endCreateDate orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
ID 用户 选项 IP 创建日期
${a.id!} ${a.userId!} <@_pluginVoteItem ids=a.itemIds count=5><#list map?values as i>${i.title}<#sep>, ${a.ip!} ${a.createDate!}
<#include "../include_page/page.html"/>