|
@@ -996,6 +996,8 @@ namespace TEAMModelOS.FunctionV4.ServiceBus
|
|
|
lessonRecord.examCount = lessonBase.summary.examCount;
|
|
|
lessonRecord.totalInteractPoint = lessonBase.summary.totalInteractPoint;
|
|
|
}
|
|
|
+ //有上传 base.josn.
|
|
|
+ lessonRecord.upload =1;
|
|
|
// await _dingDing.SendBotMsg($"{_option.Location},课堂id:{_lessonId} 更新完成", GroupNames.醍摩豆服務運維群組);
|
|
|
|
|
|
LessonService.DoAutoDeleteSchoolLessonRecord(lessonRecord, scope, client, school, tmdid, teacher, _notificationService, _serviceBus, _azureStorage, _configuration);
|
|
@@ -1107,6 +1109,7 @@ namespace TEAMModelOS.FunctionV4.ServiceBus
|
|
|
//处理课堂选用的课程信息
|
|
|
|
|
|
lessonRecord.show = teacher.lessonShow;
|
|
|
+ lessonRecord.upload = 0;
|
|
|
if (!string.IsNullOrEmpty(lessonRecord.courseId))
|
|
|
{
|
|
|
Course course = null;
|