wangwei 6 years ago
parent
commit
316ce873e3

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

@@ -349,7 +349,7 @@ public class OrgController extends ControllerSupport {
 	 * @return
 	 */
 	@ApiOperation(value = "查询子机构列表")
-	@GetMapping("subOrgListByNameLike")
+	@GetMapping("query")
 	public List<OrgEntity> getSubOrgListByNameLike(@RequestParam(required = true) String name,
 			@RequestParam(required = false) Boolean enable) {