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