|
|
@ -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); |
|
|
|
} |
|
|
|