<@_pluginLotteryUserList lotteryId=lotteryId userId=userId winning=winning startCreateDate=startCreateDate endCreateDate=endCreateDate orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
ID 抽奖 用户 是否中奖 IP 抽奖时间
${a.id!} ${a.lotteryId!} ${a.userId!} ${a.winning?then('中奖','未中奖')!} ${a.ip!} ${a.createDate!}
<#include "../include_page/page.html"/>