From a02ae398d7dea047363ed4fb7feb802e3c1685fb Mon Sep 17 00:00:00 2001 From: jity7777 Date: Mon, 20 May 2024 04:06:04 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=204684=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20croom=20ssl=20=EC=A0=9C?= =?UTF-8?q?=EC=96=B4=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Base/Controller/FOCommon.cs | 18 ++++++++++++++++++ FO/Controllers/FOBaseController.cs | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Base/Controller/FOCommon.cs b/Base/Controller/FOCommon.cs index c980517..54c3880 100644 --- a/Base/Controller/FOCommon.cs +++ b/Base/Controller/FOCommon.cs @@ -817,6 +817,24 @@ namespace NP.Base.Controllers return JsonBack(result); } + /// + /// 교육신청 제한 해제시 GetCheckLectIs_stay를 GetCheckLectIs로 변경하여 반영한다. + /// + /// + /// + /// + /// + /// + /// + /// + public JsonResult GetCheckLectIs_stay(string man, string cgcode, string edu, string grade, int cmno, int pcmno) + { + int result = 0; // 0 이면 수강 가능, 그외 수강 불가 + + return JsonBack(result); + } + + /// /// 수강신청시 가능인원 체크하기 /// 20220803 diff --git a/FO/Controllers/FOBaseController.cs b/FO/Controllers/FOBaseController.cs index 87867f4..474267e 100644 --- a/FO/Controllers/FOBaseController.cs +++ b/FO/Controllers/FOBaseController.cs @@ -51,7 +51,7 @@ namespace NP.FO.Controllers else if ("Y".Equals(GetConfig("usessl")) && !Request.IsSecureConnection && !Request.Url.AbsolutePath.StartsWith("/Open/") && - !(Request.Url.AbsolutePath.ToUpper().StartsWith("/CROOM/") || Request.Url.AbsolutePath.ToUpper() == "/CROOM") && + //!(Request.Url.AbsolutePath.ToUpper().StartsWith("/CROOM/") || Request.Url.AbsolutePath.ToUpper() == "/CROOM") && !(Request.Url.AbsolutePath.ToUpper().StartsWith("/CDMS/") || Request.Url.AbsolutePath.ToUpper() == "/CDMS") && !Request.Url.AbsolutePath.ToUpper().StartsWith("/ACCOUNT/ERROR")) {