src/main/java/com/mindskip/xzs/service/impl/ExamPaperServiceImpl.java
@@ -631,7 +631,8 @@ } @Override public PageInfo<UserVO> selectStudent(UserVO userVO) { public PageInfo<UserVO> selectStudent(UserVO userVO, List<Integer> adminDeptIds) { userVO.setDeptIds(ObjectUtils.isNotEmpty(userVO.getDeptIds()) ? userVO.getDeptIds() : adminDeptIds); return PageHelper.startPage(userVO.getPageIndex(), userVO.getPageSize()).doSelectPageInfo(() -> examPaperMapper.selectStudent(userVO)); }