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

Commit fbab9015 authored by 洪全海's avatar 洪全海
parents cf8ba5a1 53d1247b
...@@ -114,7 +114,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -114,7 +114,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
// 组合数据 // 组合数据
info.put("total", count); info.put("total", count);
info.put("data", list); info.put("list", list);
return info; return info;
} }
...@@ -175,6 +175,9 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -175,6 +175,9 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
PerformanceVo.class, PerformanceVo.class,
PerformanceVo.class.getSimpleName() PerformanceVo.class.getSimpleName()
); );
String roadShowId = performancesInfo.getRoadShowId();
// if (roadShowId)
List<TicketTimesPartnerVo> ticketTimesPartnerVo = mongoTemplate.find( List<TicketTimesPartnerVo> ticketTimesPartnerVo = mongoTemplate.find(
Query.query(Criteria.where("performancesId").is(performancesId)), Query.query(Criteria.where("performancesId").is(performancesId)),
......
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