|
@@ -335,7 +335,7 @@ public class OrgController extends ControllerSupport {
|
|
|
response.flushBuffer();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "查询logo")
|
|
|
+ @ApiOperation(value = "查询顶级机构")
|
|
|
@GetMapping("/getRootOrgByCode")
|
|
|
public Org getRootOrgByCode(@RequestParam("code") String code) throws IOException {
|
|
|
Org org = orgRepo.findRootOrg(code);
|