|
|
|
@ -151,15 +151,15 @@ public class TeaGradeManageController {
|
|
|
|
|
|
|
|
|
|
@AnonymousAccess
|
|
|
|
|
@PostMapping("/getExamNameAndId")
|
|
|
|
|
@ApiOperation("考试模式--考试名称下拉框") //TODO 图片可能需要一个接口去取
|
|
|
|
|
@ApiOperation("考试模式--考试名称下拉框")
|
|
|
|
|
public ResultEntity<List<Map<String, String>>> getExamNameAndId(@RequestParam String schoolId) {
|
|
|
|
|
List<Map<String, String>> list = teaExamManageMapper.selectNameAndIdBySchoolId(schoolId);
|
|
|
|
|
return new ResultEntity<>(list);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/exportExam")
|
|
|
|
|
@ApiOperation("考试模式--页面单个考试导出")
|
|
|
|
|
// @GetMapping("/exportExam")
|
|
|
|
|
// @ApiOperation("考试模式--页面单个考试导出")
|
|
|
|
|
public void exportExam() {
|
|
|
|
|
//TODO 待写 页面单个考试导出
|
|
|
|
|
|
|
|
|
|