|
@@ -404,20 +404,6 @@ public class ExamStudentController extends ControllerSupport {
|
|
|
ExportUtils.exportEXCEL("考生导入模板", ExamStudentDTO.class, list, response);
|
|
|
}
|
|
|
|
|
|
- // @ApiOperation(value="导入学生照片",notes = "导入")
|
|
|
- // @PostMapping("/exam_student/import_photo")
|
|
|
- // public ResponseEntity importPhoto(@RequestParam Long examId,@RequestParam
|
|
|
- // MultipartFile file){
|
|
|
- // try {
|
|
|
- // List<ErrorMsg> errorMsgs =
|
|
|
- // examStudentService.importPhoto(examId,file.getInputStream());
|
|
|
- // return new ResponseEntity(errorMsgs,HttpStatus.OK);
|
|
|
- // } catch (IOException e) {
|
|
|
- // e.printStackTrace();
|
|
|
- // return new ResponseEntity(HttpStatus.INTERNAL_SERVER_ERROR);
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
@ApiOperation(value = "照片检验", notes = "检验")
|
|
|
@PostMapping("/photo_check")
|
|
|
public ResponseEntity photoCheck(@RequestParam Long examId) {
|