oms调用系统管理下根据组织全路径查询当前部门下的所有员工接口开发
采购单保存后推送预期到货通知单开发
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