فهرست منبع

优化开放平台

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