|
|
@@ -2,6 +2,8 @@ package com.zhongzheng.modules.exam.service.impl;
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
+import com.zhongzheng.modules.exam.bo.ExamArrangementQueryBo;
|
|
|
+import com.zhongzheng.modules.exam.vo.ExamUserVo;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
@@ -91,4 +93,9 @@ public class ExamArrangementStudentServiceImpl extends ServiceImpl<ExamArrangeme
|
|
|
}
|
|
|
return this.removeByIds(ids);
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public List<ExamUserVo> queryUserList(ExamArrangementQueryBo bo) {
|
|
|
+ return null;
|
|
|
+ }
|
|
|
}
|