wangwei 6 jaren geleden
bovenliggende
commit
fed4b4a8b8

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

@@ -348,9 +348,9 @@ public class OrgController extends ControllerSupport {
 	 * @param orgName
 	 * @return
 	 */
-	@ApiOperation(value = "查询子机构列表")
+	@ApiOperation(value = "查询一级子机构列表")
 	@GetMapping("query")
-	public List<OrgEntity> getSubOrgListByNameLike(@RequestParam(required = true) String name,
+	public List<OrgEntity> queryFirstLevelSubOrgList(@RequestParam(required = true) String name,
 			@RequestParam(required = false) Boolean enable) {
 
 		if (StringUtils.isBlank(name)) {