From 788482d127deaabf4b6a4222f9fc45d8b587cf63 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 5 Aug 2024 15:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs index 9012743d..21858ec1 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs @@ -485,7 +485,7 @@ namespace Tiobon.Core.Services JoinTime = courseTime, CourseBeginTime = courseTime.Date, CourseEndTime = courseTime.Date.AddMonths(snap?.ValidityPeriod ?? 1), - CourseType = "Elective", + CourseType = "ManualElective", CourseStatus = Consts.DIC_STUDY_RECORD_COURSE_STATUS_IN, StudyStatus = Consts.DicStudyRecordStudyStatus.NO_JOIN });