oms调用系统管理下根据组织全路径查询当前部门下的所有员工接口开发

采购单保存后推送预期到货通知单开发
This commit is contained in:
God
2024-07-11 14:57:51 +08:00
parent 7da22f97db
commit 7eb690c96f

View File

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