Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -148,7 +148,9 @@ public class SysStaffOrgRest {
|
||||
return sysStaffOrgService.selAllByOrgPath(orgSidPath,roleSid);
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/selAllByOrgSidPath")
|
||||
@ResponseBody
|
||||
@ApiOperation("根据组织全路径查询当前部门下的所有员工")
|
||||
public ResultBean<List<SysStaffOrgByUserVo>> selAllByOrgSidPath(String orgSidPath) {
|
||||
return sysStaffOrgService.selAllByOrgSidPath(orgSidPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user