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