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

Commit 860146ba authored by 张禹's avatar 张禹

Merge branch 'pre' into 'master'

修改 ar离线文件

See merge request !277
parents c2db0616 9b984a3d
...@@ -1515,7 +1515,7 @@ public class GoblinMongoUtils { ...@@ -1515,7 +1515,7 @@ public class GoblinMongoUtils {
); );
//查询活动id //查询活动id
Query queryShow = Query.query(Criteria.where("performanceId").is(performanceId)); Query queryShow = Query.query(Criteria.where("performanceId").is(performanceId).and("status").ne(7));
List<GoblinSelfMarketingVo> showVoList = mongoTemplate.find(queryShow, List<GoblinSelfMarketingVo> showVoList = mongoTemplate.find(queryShow,
GoblinSelfMarketingVo.class, GoblinSelfMarketingVo.class,
GoblinSelfMarketingVo.class.getSimpleName() GoblinSelfMarketingVo.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