Commit b6582aa6 by zhangkb

修改获取标签子节点不包括自己。

parent 77598353
......@@ -657,7 +657,7 @@ public class TagService {
criteria.andOperator(criteriaOr);
}
if (StringUtils.isNotBlank(path)) {
criteria.and("path").regex("^"+path);
criteria.and("path").regex("^"+path+",");
}
return criteria;
}
......
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