Bläddra i källkod

优化开放平台

Li 2 år sedan
förälder
incheckning
bfa6095a90

+ 2 - 0
TEAMModelOS/Controllers/OpenApi/Business/BizOverallEducationController.cs

@@ -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(),