Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -131,6 +131,9 @@ public class SysStaffOrgRest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@GetMapping("/getOrgSidByPath")
|
||||||
|
@ResponseBody
|
||||||
|
@ApiOperation("根据用户组织全路径获取用户的分公司sid")
|
||||||
public ResultBean<String> getOrgSidByPath(String orgPath) {
|
public ResultBean<String> getOrgSidByPath(String orgPath) {
|
||||||
return sysStaffOrgService.getOrgSidByPath(orgPath);
|
return sysStaffOrgService.getOrgSidByPath(orgPath);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user