Commit 4adeb664 by zhangkb

还原代码

parent 5620ca6d
......@@ -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