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