diff --git a/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs b/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs index 5a8c748c..5ecef5c8 100644 --- a/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs +++ b/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs @@ -28,6 +28,6 @@ namespace Tiobon.Core.Model.Models public List CourseClassIds { get; set; } - public bool? IsOPenLabel { get; set; } + public string IsOPenLabel { get; set; } } } diff --git a/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs b/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs index 7d3ede63..4316e2a4 100644 --- a/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs +++ b/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs @@ -25,7 +25,7 @@ namespace Tiobon.Core.Model.Models { public List ExamPaperIds { get; set;} public List CourseClassIds { get; set; } - public bool? IsOPenLabel { get; set; } + public string IsOPenLabel { get; set; } } diff --git a/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs b/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs index 2ce8df3c..25da6075 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs @@ -444,7 +444,7 @@ public class Ghre_CourseServices : BaseServices