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

Commit 4bf8d222 authored by zhengfuxin's avatar zhengfuxin

修改搜索 条件。。

parent 09f8c60e
......@@ -407,7 +407,8 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
Query query = new Query();
query.addCriteria(new Criteria().orOperator(
Criteria.where("name").regex(pattern),
Criteria.where("storeId").in(listStore)
Criteria.where("storeId").in(listStore),
Criteria.where("extagVoList.tagName").is(name)
));
// query.addCriteria(Criteria.where("name").regex(pattern).and("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3"));
query.addCriteria(Criteria.where("spuAppear").is("0").and("delFlg").is("0").and("shelvesStatus").is("3"));
......
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