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