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

Commit 63ebc517 authored by wangyifan's avatar wangyifan

过滤通票

parent 2b232b99
......@@ -1749,6 +1749,9 @@ public class DataUtils {
if (!CollectionUtils.isEmpty(ticketTimeList)) {
for (KylinTicketTimesVo timesVo : ticketTimeList) {
if (timesVo.getType().equals(2)) {
continue;
}
// 获取当前场次关联的艺人,按sort降序
List<KylinArtistPerformanceDao> artists = artistPerformanceMapper.selectArtistsByPerformanceAndTimes(performancesId, timesVo.getTicketTimesId());
......
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