Commit 3a3296d2 authored by Rensq's avatar Rensq

获取机构树

parent 332257bc
......@@ -485,7 +485,7 @@ public class NewSysOrgController extends SuperController {
return baseResponse;
}
@ApiModelProperty(value = "根据机构id获取机构路径")
@ApiModelProperty(value = "根据机构id获取机构")
@GetMapping(value = "/getOrgTree")
public BaseResponse<NewTreeVo> getOrgTree(String orgId) throws Exception {
BaseResponse<NewTreeVo> baseResponse = new BaseResponse<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment