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

Commit 7c98a4c8 authored by jiangxiulong's avatar jiangxiulong

roadShowId string

parent 8fc9e02b
...@@ -191,7 +191,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -191,7 +191,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
} }
List<PerformanceVo> roadList = new ArrayList(); List<PerformanceVo> roadList = new ArrayList();
if (Integer.parseInt(roadShowId) > 0) { if (!roadShowId.isEmpty()) {
roadList = mongoTemplate.find( roadList = mongoTemplate.find(
Query.query(Criteria.where("roadShowId").is(roadShowId)), Query.query(Criteria.where("roadShowId").is(roadShowId)),
PerformanceVo.class, PerformanceVo.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