xiangpei
2024-05-17 abdd896a66eced1355a24ea5eabbee497a745fe5
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));
    }
}