src/main/java/com/mindskip/xzs/controller/admin/ExamPaperController.java
@@ -139,6 +139,7 @@ @RequestMapping(value = "/selectStudent", method = RequestMethod.POST) public RestResponse<PageInfo<UserVO>> selectStudent(@RequestBody UserVO userVO) { return RestResponse.ok(examPaperService.selectStudent(userVO)); List<Integer> adminDeptIds = getAdminDeptIds(); return RestResponse.ok(examPaperService.selectStudent(userVO, adminDeptIds)); } }