|
@@ -356,7 +356,7 @@ public class ExamController extends ControllerSupport {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "考试批次所有属性")
|
|
|
- @GetMapping("{examId}/{key}")
|
|
|
+ @GetMapping("property/{examId}/{key}")
|
|
|
public String getExamProperty(@PathVariable Long examId, @PathVariable String key) {
|
|
|
ExamProperty ep = ExamProperty.valueOf(key);
|
|
|
ExamPropertyEntity one = examPropertyRepo.findByexamIdAndKeyId(examId, ep.getKeyId());
|