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));