|
@@ -38,8 +38,8 @@ public class LessonExaminationController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "获取作业学员列表")
|
|
|
@PostMapping("queryStudentPage")
|
|
|
- public HttpResponseResult<List<StudentLessonExaminationDto1>> queryStudentPage(Long lessonExaminationId) {
|
|
|
- return succeed(studentLessonExaminationService.queryStudentPage(lessonExaminationId));
|
|
|
+ public HttpResponseResult<List<StudentLessonExaminationDto1>> queryStudentPage(Long lessonExaminationId,Integer subjectId) {
|
|
|
+ return succeed(studentLessonExaminationService.queryStudentPage(lessonExaminationId,subjectId));
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "获取作业列表")
|