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

Commit 7c98a4c8 authored by jiangxiulong's avatar jiangxiulong

roadShowId string

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