|
@@ -356,11 +356,4 @@ public class ExamStudentController extends ControllerSupport {
|
|
|
exportFile("考生导入模板.xlsx", new File(resoucePath));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "复制考试学生", notes = "复制")
|
|
|
- @Transactional
|
|
|
- @PostMapping("/copy/{sourceExamId}/{targetExamId}")
|
|
|
- public void copyExamStudents(@PathVariable Long sourceExamId, @PathVariable Long targetExamId) {
|
|
|
- // 任务模块处理
|
|
|
- }
|
|
|
-
|
|
|
}
|