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

Commit 13110a54 authored by 胡佳晨's avatar 胡佳晨

隐藏 周焕给的 fcateId 隐藏

parent 91aad0f9
...@@ -530,7 +530,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -530,7 +530,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
} }
// //
Query query = new Query(); Query query = new Query();
query.addCriteria(Criteria.where("storeId").is(storeId).and("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3").and("marketId").is(null)); query.addCriteria(Criteria.where("storeId").is(storeId).and("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3").and("marketId").is(null).and("cateFid").nin("22196120924543","22196122839313"));
if (StringUtil.isNotBlank(categoryId)) { if (StringUtil.isNotBlank(categoryId)) {
query.addCriteria(new Criteria().orOperator( query.addCriteria(new Criteria().orOperator(
Criteria.where("storeCateFid").is(categoryId), Criteria.where("storeCateFid").is(categoryId),
......
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