From fb882bb71a23bc04c5ebdea604391da0d231de3d Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 13 Sep 2024 14:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=BE=E7=A8=8B=E4=BF=9D?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs | 2 +- Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs | 2 +- Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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