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

Commit 725c53c8 authored by jiangxiulong's avatar jiangxiulong

null

parent d301b222
......@@ -184,6 +184,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
vo = checkAppStatusInfo(vo);
List<KylinTicketTimesVo> ticketTimesList = vo.getTicketTimeList();
if (null != ticketTimesList) {
for (KylinTicketTimesVo partner : ticketTimesList) {
List<KylinTicketVo> ticketList = partner.getTicketList();
List<KylinTicketVo> ticketListNew = new ArrayList<>();
......@@ -203,6 +204,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
}
partner.setTicketList(ticketListNew);
}
}
KylinPerformanceVo performancesInfo = dataUtils.getPerformanceVo(performancesId);
HashMap<String, Object> info = new HashMap();
......
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