Commit 809d7376 authored by Rensq's avatar Rensq

添加获取当前机构承包商用户树接口

parent 21cd78b2
......@@ -245,6 +245,7 @@ public class TContractorPersonController extends SuperController
@ApiOperation("获取用户树")
@GetMapping("/getTreeUser")
public BaseResponse<NewTreeVo> getTreeUser(String orgId){
BaseResponse<NewTreeVo> baseResponse = new BaseResponse<>();
NewTreeVo newTreeVo = tContractorPersonService.getTreeUser(orgId);
......
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