@@ -61,7 +61,7 @@ public interface SysDeptMapper {
public int hasChildByDeptId(Long deptId);
/**
- * 获取所有子孙节点id
+ * 获取所有子节点id
*
* @param deptId 部门ID
* @return 结果
@@ -78,7 +78,7 @@ public interface ISysDeptService {
public boolean hasChildByDeptId(Long deptId);
@@ -171,7 +171,7 @@ public class SysDeptServiceImpl implements ISysDeptService {
}