|
@@ -95,6 +95,7 @@ public class BaseStudentAssessmentInspectionController {
|
|
|
inspection.setPersonalStudentUserIds(dto.getStudentUserIds());
|
|
inspection.setPersonalStudentUserIds(dto.getStudentUserIds());
|
|
|
boolean isSuccess = inspectionService.save(inspection);
|
|
boolean isSuccess = inspectionService.save(inspection);
|
|
|
inspectionService.dataHandle(inspection.getId());
|
|
inspectionService.dataHandle(inspection.getId());
|
|
|
|
|
+ inspectionService.noticeTeacher(inspection.getId());
|
|
|
return RT.ok(isSuccess);
|
|
return RT.ok(isSuccess);
|
|
|
}
|
|
}
|
|
|
|
|
|