@_lotteryUserList lotteryId=lotteryId userId=userId winning=winning startCreateDate=startCreateDate endCreateDate=endCreateDate orderType=orderType pageIndex=pageNum count=numPerPage>
| ID | 抽奖 | 用户 | 是否中奖 | IP | 抽奖时间 |
|---|---|---|---|---|---|
| ${a.id!} | ${a.lotteryId!} | ${a.userId!} | ${a.winning?then('中奖','未中奖')!} | ${a.ip!} | ${a.createDate!} |