Merge remote-tracking branch 'origin/dev-tmp1' into dev-tmp1
commit
b040539746
|
|
@ -77,7 +77,7 @@ public class ClassCourseController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("成绩查询")
|
@ApiOperation("成绩查询")
|
||||||
@GetMapping("/scoreQuery")
|
@GetMapping("/myScoreQuery")
|
||||||
public SingleResponse<ExamStatisticsAndRecordVO> scoreQuery() {
|
public SingleResponse<ExamStatisticsAndRecordVO> scoreQuery() {
|
||||||
ExamStatisticsAndRecordVO examStatisticsAndRecordVO = classCourseService.scoreQuery();
|
ExamStatisticsAndRecordVO examStatisticsAndRecordVO = classCourseService.scoreQuery();
|
||||||
return SingleResponse.success(examStatisticsAndRecordVO);
|
return SingleResponse.success(examStatisticsAndRecordVO);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue