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

Commit 1fa76c4a authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 7ce42d5f
...@@ -611,6 +611,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -611,6 +611,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("cateFid").is(categoryId),
Criteria.where("cateSid").is(categoryId), Criteria.where("cateSid").is(categoryId),
Criteria.where("cateTid").is(categoryId) Criteria.where("cateTid").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