|
@@ -335,8 +335,8 @@ public class ExamController extends ControllerSupport {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "查询考试批次所有属性")
|
|
|
- @GetMapping("{examId}")
|
|
|
- public Map<String, String> getFullExamProperties(@PathVariable Long examId) {
|
|
|
+ @GetMapping("allProperties/{examId}")
|
|
|
+ public Map<String, String> getAllExamProperties(@PathVariable Long examId) {
|
|
|
|
|
|
Map<String, String> map = Maps.newHashMap();
|
|
|
List<ExamPropertyEntity> list = examPropertyRepo.findByexamId(examId);
|