@@ -2650,8 +2650,6 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
}
-
//课堂课课酬
if (newCourseSchedule.getType() == CourseScheduleType.CLASSROOM) {
BigDecimal salary = ts.getTeacherRole().equals(TeachTypeEnum.BISHOP) ? tdms.getMainTeacher30MinSalary() : tdms.getAssistantTeacher30MinSalary();