浏览代码

优化开放平台

Li 2 年之前
父节点
当前提交
bfa6095a90
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      TEAMModelOS/Controllers/OpenApi/Business/BizOverallEducationController.cs

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