|
|
@ -175,7 +175,6 @@ public class GovOrgController { |
|
|
|
*/ |
|
|
|
@PostMapping("agencytree") |
|
|
|
public Result<List<OrgTreeResultDTO>> getAgencyTree(@LoginUser TokenDto tokenDto, @RequestBody SubOrgFormDTO formDTO) { |
|
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
|
return new Result<List<OrgTreeResultDTO>>().ok(govOrgService.getAgencyTree(tokenDto, formDTO)); |
|
|
|
} |
|
|
|
|
|
|
|