|
@@ -216,6 +216,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
period = PresetSchoolPeriod(bischool.period, foundSchools.lang, campusId),
|
|
|
scale = bischool.size >= 300 ? 500 : 0,
|
|
|
isinit = true,
|
|
|
+ openLessonRecord = (_option.Location.Contains("Global")) ? false : true,
|
|
|
createTime = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()
|
|
|
};
|
|
|
scInfos.Add(createSchoolInfo);
|