Browse Source

班级考核调整

dzx 1 year ago
parent
commit
edea5ca160

+ 1 - 0
src/main/java/com/xjrsoft/module/student/controller/BaseStudentAssessmentInspectionController.java

@@ -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);
     }