소스 검색

云教练活动

zouxuan 3 년 전
부모
커밋
be3649a5eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-web/src/main/java/com/ym/mec/web/controller/OrganizationController.java

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/OrganizationController.java

@@ -91,7 +91,7 @@ public class OrganizationController extends BaseController {
     }
 
     @ApiOperation(value = "获取用户所在分部的年级列表)")
-    @GetMapping("organization/getGradeList")
+    @GetMapping("/getGradeList")
     @PreAuthorize("@pcs.hasPermissions('organization/getGradeList')")
     @ApiParam(value = "分部编号", required = true)
     public HttpResponseResult<Map<Integer,String>> getGradeList(Integer id) {