liujc 2 年之前
父節點
當前提交
62a64dbbad
共有 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

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