|
|
|
@ -86,7 +86,10 @@ public class ExamController {
|
|
|
|
|
@GetMapping("startCase")
|
|
|
|
|
@ApiOperation("**案例考核开始考试")
|
|
|
|
|
@AnonymousAccess
|
|
|
|
|
public ResultEntity<List<TestTestSysCaseQuestionStepWithBLOBs>> startCase(@RequestParam String examManageId,@RequestParam String userId,@RequestParam String classId,@ApiParam("默认差第一条 传递first")@RequestParam String caseId){
|
|
|
|
|
public ResultEntity<List<TestTestSysCaseQuestionStepWithBLOBs>> startCase(@RequestParam String examManageId,
|
|
|
|
|
@RequestParam String userId,
|
|
|
|
|
@RequestParam String classId,
|
|
|
|
|
@ApiParam("默认差第一条 传递first")@RequestParam String caseId){
|
|
|
|
|
List<TestTestSysCaseQuestionStepWithBLOBs> list= null;
|
|
|
|
|
try {
|
|
|
|
|
list = examService.startCase(examManageId,userId,classId,caseId);
|
|
|
|
|