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

Commit 98e21b93 authored by 胡佳晨's avatar 胡佳晨

1

parent fef0d957
......@@ -204,12 +204,12 @@ public class KylinPerformancesServiceImpl implements IKylinPerformancesService {
// 会员状态
Integer isMemberStatus = getIsMemberStatus(ticket);
ticket.setIsMemberStatus(isMemberStatus);
if (null == isAgent || 0 == isAgent) {
ticketListNew.add(ticket);
} else if (1 >= isAgent) {
if (1 >= isAgent) {
if (1 == ticket.getIsAgent()) {
ticketListNew.add(ticket);
}
} else if (null == isAgent || 0 == isAgent) {
ticketListNew.add(ticket);
}
}
partner.setTicketList(ticketListNew);
......
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