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

Commit 1edf6095 authored by jiangxiulong's avatar jiangxiulong

appstatus10售卖结束 演出未结束也展示

parent 67497d49
......@@ -251,7 +251,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
Query query = new BasicQuery(queryObject);
String nowTimeStr = DateUtil.getNowTime();
query.addCriteria(Criteria.where("timeEnd").gte(nowTimeStr));
query.addCriteria(Criteria.where("appStatus").in(3, 6, 8, 9));
query.addCriteria(Criteria.where("appStatus").in(3, 6, 8, 9, 10));
long count = mongoTemplate.count(query, KylinPerformanceVo.class, KylinPerformanceVo.class.getSimpleName());
......
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