Commit 5620ca6d by zhangkb

测试加载子标签不加当前用户名过滤

parent dc1b8c8e
......@@ -712,7 +712,7 @@ public class TagService {
Criteria criteriaOr = new Criteria();
List<Criteria> criteriaOrList = new ArrayList<>();
for(String orgId : orgIds) {
Criteria criteriaUser = Criteria.where("dept").is(orgId).and("tagUser").is(userName);
Criteria criteriaUser = Criteria.where("dept").is(orgId)/*.and("tagUser").is(userName)*/;
if (StringUtils.isNotBlank(path)) {
criteriaUser.and("path").regex("^"+path+",");
}
......
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