yonge преди 3 години
родител
ревизия
2f595a7506
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mec-web/src/main/java/com/ym/mec/web/controller/StudentManageController.java

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

@@ -420,7 +420,7 @@ public class StudentManageController extends BaseController {
 
     @ApiOperation(value = "云教练学员数据预览列表")
     @GetMapping("/getCloudStudyStudentOverViewList")
-    //@PreAuthorize("@pcs.hasPermissions('studentManage/getCloudStudyStudentOverViewList')")
+    @PreAuthorize("@pcs.hasPermissions('studentManage/getCloudStudyStudentOverViewList')")
     public HttpResponseResult<List<IndexCloudStudyListDto>> getCloudStudyStudentOverViewList(String organIds) throws Exception {
         List<Integer> organIdsList;
         if(StringUtils.isNotBlank(organIds)){