|
@@ -91,7 +91,7 @@ public class StudentAttendanceServiceImpl extends BaseServiceImpl<Long, StudentA
|
|
|
throw new BizException("请指定课程");
|
|
|
}
|
|
|
if(TeachModeEnum.ONLINE.equals(courseSchedule.getTeachMode())){
|
|
|
- throw new BizException("线上课程类型请进入房间授课");
|
|
|
+ throw new BizException("线上课程请进入房间授课");
|
|
|
}
|
|
|
Date date = new Date();
|
|
|
SysConfig attendanceTimeRange;
|