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

Commit e0c3a252 authored by 胡佳晨's avatar 胡佳晨

隐藏 musicList

parent cddbb989
...@@ -667,7 +667,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -667,7 +667,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
// //
Query query = new Query(); Query query = new Query();
query.addCriteria(new Criteria().orOperator( query.addCriteria(new Criteria().orOperator(
Criteria.where("extagVoList.tagId").is(tagId).and("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3").and("marketId").is(null) Criteria.where("extagVoList.tagId").is(tagId).and("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3").and("cateFid").nin("22196120924543", "22196122839313").and("marketId").is(null)
)); ));
Pageable pageable = null; Pageable pageable = null;
// //
......
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