记得上下班打卡 | git大法好,push需谨慎

Commit a755bcd4 authored by 姜秀龙's avatar 姜秀龙

场次限购-admin

parent 3c4022e1
......@@ -49,6 +49,7 @@ public class KylinTicketTimesVo implements Serializable,Cloneable{
this.ticketTimesId = ticketTimes.getTicketTimesId();
this.title = ticketTimes.getTitle();
this.type = ticketTimes.getType();
this.realNameLimit = ticketTimes.getRealNameLimit();
this.useStart = DateUtil.Formatter.yyyyMMddHHmmss.format(ticketTimes.getUseStart());
this.useEnd = DateUtil.Formatter.yyyyMMddHHmmss.format(ticketTimes.getUseEnd());
}
......
......@@ -117,6 +117,14 @@
<label>演出实名限购:</label>
<span th:text="*{idCount}"></span>
</div>
<div class="panel-footer">
<label>场次实名限购:</label>
<span th:each="dict : ${kylinPerformanceMisVo.ticketTimes}"
th:if="${dict.realNameLimit == 1}"
th:text="${dict.title} + ' '"
style="display: inline;">
</span>
</div>
<div class="panel-footer">
<label>时间:</label>
<span th:text="*{timeStart}"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment