|
@@ -84,7 +84,7 @@ public class ExtractConfigController {
|
|
|
|
|
|
@ApiOperation(value = "抽取试卷", notes = "抽取试卷")
|
|
@ApiOperation(value = "抽取试卷", notes = "抽取试卷")
|
|
@GetMapping(value = "/extract/{exam_id}/{course_code}/{group_code}")
|
|
@GetMapping(value = "/extract/{exam_id}/{course_code}/{group_code}")
|
|
- public ResponseEntity<PaperDto> extract(@PathVariable String exam_id,
|
|
|
|
|
|
+ public ResponseEntity<PaperDto> extract(@PathVariable Long exam_id,
|
|
@PathVariable String course_code,
|
|
@PathVariable String course_code,
|
|
@PathVariable String group_code) {
|
|
@PathVariable String group_code) {
|
|
try{
|
|
try{
|