Commit 13248caf by zhangkb

修改获取个人标签接口

parent bf786d68
......@@ -421,7 +421,7 @@ public class TagService {
Criteria criteriaUser = Criteria.where("dept").is(orgId).and("tagUser").is(userId);
criteriaOrList.add(criteriaUser);
}
criteriaOr.orOperator().all(criteriaOrList);
criteriaOr = criteriaOr.orOperator().all(criteriaOrList);
criteria.andOperator(criteriaOr);
return Query.query(criteria)
.with(Sort.by(getDefaultTagOrders()));
......
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