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

Commit fdbe0851 authored by jiangxiulong's avatar jiangxiulong

巡演关联

parent 91c71c1a
...@@ -217,7 +217,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -217,7 +217,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
String roadShowId = performancesInfo.getRoadShowId(); String roadShowId = performancesInfo.getRoadShowId();
List<KylinPerformanceVo> roadList = new ArrayList(); List<KylinPerformanceVo> roadList = new ArrayList();
if (!roadShowId.isEmpty()) { if (Integer.parseInt(roadShowId) > 0) {
roadList = mongoTemplate.find( roadList = mongoTemplate.find(
Query.query(Criteria.where("roadShowId").is(roadShowId)), Query.query(Criteria.where("roadShowId").is(roadShowId)),
KylinPerformanceVo.class, KylinPerformanceVo.class,
......
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