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

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

隐藏 周焕给的 fcateId 隐藏

parent 4cafea83
......@@ -473,7 +473,9 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
new Criteria().orOperator(
Criteria.where("name").regex(pattern),
Criteria.where("storeId").in(listStore),
Criteria.where("extagVoList.tagName").is(name)
Criteria.where("extagVoList.tagName").is(name),
Criteria.where("cateFid").ne("22196120924543"),
Criteria.where("cateFid").ne("22196122839313")
),
new Criteria().orOperator(Criteria.where("spuType").exists(false), (Criteria.where("spuType").is(0)))
));
......@@ -505,9 +507,6 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
} else {
//无音乐人标签的
GoblinStoreInfoVo goblinStoreInfoVo = goblinRedisUtils.getStoreInfoVo(goblinGoodsInfoVo.getStoreId());
if(isHidden(goblinGoodsInfoVo.getCateFid())){
continue;
}
if (null != goblinStoreInfoVo) {
goblinGoodsInfoVo.setStoreName(goblinStoreInfoVo.getStoreName());
}
......
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