wangwei il y a 6 ans
Parent
commit
b51bff0e18

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

@@ -397,7 +397,7 @@ public class OrgController extends ControllerSupport {
 	 * @return
 	 */
 	@ApiOperation(value = "查询子机构树")
-	@GetMapping("query")
+	@GetMapping("querySubOrgTree")
 	public List<OrgEntity> querySubOrgTree(@RequestParam(required = true) Long parentId,
 			@RequestParam(required = false) Boolean enable,
 			@RequestParam(required = false) Boolean includeMyself) {