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

Commit a409a2c8 authored by wangyifan's avatar wangyifan

Merge branch 'dev-wyf-1.5' into container-test

parents f29217fc 63ebc517
......@@ -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