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

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

场次限购-admin bug

parent 20660026
......@@ -121,7 +121,7 @@
<label>场次实名限购:</label>
<span th:each="dict : ${kylinPerformanceMisVo.ticketTimes}"
th:if="${dict.realNameLimit == 1}"
th:text="${dict.title} + ' '">
th:text="${#strings.substring(dict.title, 0, 10)} + ' '">
</span>
<span th:if="${#lists.isEmpty(kylinPerformanceMisVo.ticketTimes.?[realNameLimit == 1])}"></span>
</div>
......
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