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