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

Commit 0c60f6e4 authored by 胡佳晨's avatar 胡佳晨

kylin 演出列表

parent 6cf6b770
...@@ -206,7 +206,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService { ...@@ -206,7 +206,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
if (0 == ticket.getIsAgent()) { if (0 == ticket.getIsAgent()) {
ticketListNew.add(ticket); ticketListNew.add(ticket);
} }
} else if (1 == isAgent) { } else if (1 >= isAgent) {
if (1 == ticket.getIsAgent()) { if (1 == ticket.getIsAgent()) {
ticketListNew.add(ticket); ticketListNew.add(ticket);
} }
......
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