|
@@ -212,12 +212,12 @@ public class ScanAnswerController extends BaseController {
|
|
|
return paperService.adminSheetUpdate(paperId, pageIndex, file, md5);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "上传答题卡裁切图")
|
|
|
- @RequestMapping(value = "slice/upload", method = RequestMethod.POST)
|
|
|
- public UriVo sliceUpload(@RequestParam Long paperId, @RequestParam Integer pageIndex, @RequestParam Integer index,
|
|
|
- @RequestParam MultipartFile file, @RequestParam String md5) {
|
|
|
- return paperService.adminSliceUpload(paperId, pageIndex, index, file, md5);
|
|
|
- }
|
|
|
+// @ApiOperation(value = "上传答题卡裁切图")
|
|
|
+// @RequestMapping(value = "slice/upload", method = RequestMethod.POST)
|
|
|
+// public UriVo sliceUpload(@RequestParam Long paperId, @RequestParam Integer pageIndex, @RequestParam Integer index,
|
|
|
+// @RequestParam MultipartFile file, @RequestParam String md5) {
|
|
|
+// return paperService.adminSliceUpload(paperId, pageIndex, index, file, md5);
|
|
|
+// }
|
|
|
|
|
|
@ApiOperation(value = "修改答题卡扫描图片绑定考生")
|
|
|
@RequestMapping(value = "paper/migrate", method = RequestMethod.POST)
|