|
@@ -290,6 +290,7 @@ namespace TEAMModelOS.Controllers
|
|
|
lessonRecord.id,
|
|
|
lessonRecord.name,
|
|
|
lessonRecord.subjectId,
|
|
|
+ lessonRecord.courseId,
|
|
|
intIndex = lessonRecord.tLevel,
|
|
|
learning = lessonRecord.pLevel,
|
|
|
atendCnt = lessonRecord.attendCount,
|
|
@@ -382,6 +383,7 @@ namespace TEAMModelOS.Controllers
|
|
|
id = account.GetProperty("id").GetString(),
|
|
|
name = account.GetProperty("name").GetString(),
|
|
|
subjectId = account.GetProperty("subjectId").GetString(),
|
|
|
+ courseId = account.GetProperty("courseId").GetString(),
|
|
|
intIndex = account.GetProperty("tLevel").GetInt64(),
|
|
|
learning = account.GetProperty("pLevel").GetInt64(),
|
|
|
atendCnt = account.GetProperty("attendCount").GetInt64(),
|