|
|
@@ -94,7 +94,7 @@ public class ExamSubjectScoreController {
|
|
|
@SaCheckPermission("examsubjectscore:detail")
|
|
|
@XjrLog("查询考试成绩")
|
|
|
public RT<PageOutput<ClassStudentScorePageVo>> classStudentScorePage(@Valid ClassStudentScorePageDto dto){
|
|
|
- scoreService.getClassStudentScorePage(dto)
|
|
|
+ PageOutput<ClassStudentScorePageVo> pageOutput = scoreService.getClassStudentScorePage(dto);
|
|
|
return RT.ok(pageOutput);
|
|
|
}
|
|
|
|