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

Commit d534aa92 authored by jiangxiulong's avatar jiangxiulong

isAgent

parent 8cb67b0f
......@@ -210,11 +210,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
// 会员状态
Integer isMemberStatus = getIsMemberStatus(ticket);
ticket.setIsMemberStatus(isMemberStatus);
if (null != isAgent && isAgent > 0) {
if (ticket.getIsAgent() == isAgent) {
ticketListNew.add(ticket);
}
} else {
if (null != isAgent && isAgent <= 0) {
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