Merge remote-tracking branch 'origin/dev-tmp1' into dev-tmp1

dev-tmp1
luotaiqian 2026-08-24 15:16:35 +08:00
commit b040539746
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class ClassCourseController {
}
@ApiOperation("成绩查询")
@GetMapping("/scoreQuery")
@GetMapping("/myScoreQuery")
public SingleResponse<ExamStatisticsAndRecordVO> scoreQuery() {
ExamStatisticsAndRecordVO examStatisticsAndRecordVO = classCourseService.scoreQuery();
return SingleResponse.success(examStatisticsAndRecordVO);