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

Commit dbf88cc0 authored by 胡佳晨's avatar 胡佳晨

kylin 演出列表

parent 0c60f6e4
...@@ -203,9 +203,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService { ...@@ -203,9 +203,7 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
Integer isMemberStatus = getIsMemberStatus(ticket); Integer isMemberStatus = getIsMemberStatus(ticket);
ticket.setIsMemberStatus(isMemberStatus); ticket.setIsMemberStatus(isMemberStatus);
if (null == isAgent || 0 == isAgent) { if (null == isAgent || 0 == isAgent) {
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