提供 机构-部门-职位-人员 的组织架构管理
hsweb-system-organizational-local
模块中提供了一些自定义的查询条件,用于对组织机构关联查询.可以在动态查询中
进行使用,例如:
//查询orgId为1234的机构以及其所有子机构的数据
createQuery().where("orgId","org-child-in","1234").list();
- dist-child
(-parent)(-not)
-in : 参数(不)
在指定的行政区域以及子(父)节点中 - org-child
(-parent)(-not)
-in : 参数(不)
在指定的机构以及子(父)节点中 - dept-child
(-parent)(-not)
-in: 参数(不)
在指定的部门以及子(父)节点中 - pos-child
(-parent)(-not)
-in: 参数(不)
在指定的岗位以及子(父)节点中 - user
(-not)
-in-position(-child)(-parent)
: 用户ID(不)
在岗位中(包含子级(父级)岗位)
- user
(-not)
-in-department(-child)(-parent)
: 用户ID(不)
在部门中(包含子级(父级)岗位)
- user
(-not)
-in-org(-child)(-parent)
: 用户ID(不)
在机构中(包含子级(父级)岗位)
- user
(-not)
-in-dist(-child)(-parent)
: 用户ID(不)
在行政区域中(包含子级(父级)岗位)
- person
(-not)
-in-position(-child)(-parent)
: 人员ID(不)
在岗位中(包含子级(父级)岗位)
- person
(-not)
-in-department(-child)(-parent)
: 人员ID(不)
在部门中(包含子级(父级)岗位)
- person
(-not)
-in-org(-child)(-parent)
: 人员ID(不)
在机构中(包含子级(父级)岗位)
- person
(-not)
-in-dist(-child)(-parent)
: 人员ID(不)
在行政区域中(包含子级(父级)岗位)
注意: 括号中的内容是可选的