|
@@ -25,6 +25,7 @@ import org.springframework.data.domain.Sort.Direction;
|
|
import org.springframework.data.jpa.domain.Specification;
|
|
import org.springframework.data.jpa.domain.Specification;
|
|
import org.springframework.http.HttpStatus;
|
|
import org.springframework.http.HttpStatus;
|
|
import org.springframework.http.ResponseEntity;
|
|
import org.springframework.http.ResponseEntity;
|
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.web.bind.annotation.DeleteMapping;
|
|
import org.springframework.web.bind.annotation.DeleteMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.ModelAttribute;
|
|
import org.springframework.web.bind.annotation.ModelAttribute;
|
|
@@ -67,6 +68,7 @@ import io.swagger.annotations.ApiOperation;
|
|
/**
|
|
/**
|
|
* 考生服务API Created by songyue on 17/1/13.
|
|
* 考生服务API Created by songyue on 17/1/13.
|
|
*/
|
|
*/
|
|
|
|
+@Transactional
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("${$rmp.ctr.examwork}/exam_student")
|
|
@RequestMapping("${$rmp.ctr.examwork}/exam_student")
|
|
public class ExamStudentController extends ControllerSupport {
|
|
public class ExamStudentController extends ControllerSupport {
|