Commit b341b53c by zhangkb

修改查询个人标签列表

parent 4adeb664
......@@ -708,7 +708,8 @@ public class TagService {
path = paths[0]+"\\\\"+paths[1];
}
}
Criteria criteria = Criteria.where("tagType").is(Constants.TAG_PERSONAL_TYPE);
Criteria criteria = Criteria.where("tagType").is(Constants.TAG_PERSONAL_TYPE).
and("dimensionType").is(Constants.TAG_DIMENSION_FALSE);
Criteria criteriaOr = new Criteria();
List<Criteria> criteriaOrList = new ArrayList<>();
for(String orgId : orgIds) {
......
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