|
|
@ -80,7 +80,8 @@ public class ExamStatisticsController { |
|
|
|
public R getExamPaperAnalysisPageList( |
|
|
|
public R getExamPaperAnalysisPageList( |
|
|
|
@RequestParam String paperName, |
|
|
|
@RequestParam String paperName, |
|
|
|
@RequestParam String industry) { |
|
|
|
@RequestParam String industry) { |
|
|
|
return R.ok().data(service.getExamPaperAnalysisPageList(paperName,industry)); |
|
|
|
List<Map<String,Object>> result =service.getExamPaperAnalysisPageList(paperName,industry); |
|
|
|
|
|
|
|
return R.ok().data(result); |
|
|
|
} |
|
|
|
} |
|
|
|
@GetMapping("/getPaperName") |
|
|
|
@GetMapping("/getPaperName") |
|
|
|
public R getPaperName( |
|
|
|
public R getPaperName( |
|
|
|