wangwei 7 gadi atpakaļ
vecāks
revīzija
5b81df6365

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -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);