|
@@ -107,7 +107,6 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport implement
|
|
|
|
|
|
@ApiOperation(value = "保存考生")
|
|
|
@PostMapping("saveExamStudent")
|
|
|
- @Transactional
|
|
|
@Override
|
|
|
public SaveExamStudentResp saveExamStudent(@RequestBody SaveExamStudentReq req) {
|
|
|
trim(req);
|
|
@@ -189,7 +188,6 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport implement
|
|
|
|
|
|
@ApiOperation(value = "复制考生")
|
|
|
@PostMapping("copyExamStudents")
|
|
|
- @Transactional
|
|
|
@Override
|
|
|
public CopyExamStudentsResp copyExamStudents(@RequestBody CopyExamStudentsReq req) {
|
|
|
|
|
@@ -533,7 +531,6 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport implement
|
|
|
|
|
|
@ApiOperation(value = "重置考生")
|
|
|
@PostMapping("resetExamStudent")
|
|
|
- @Transactional
|
|
|
@Override
|
|
|
public ResetExamStudentResp resetExamStudent(@RequestBody ResetExamStudentReq req) {
|
|
|
|