diff --git a/FO/Controllers/CourseController.cs b/FO/Controllers/CourseController.cs index 4b98941..d13d96a 100644 --- a/FO/Controllers/CourseController.cs +++ b/FO/Controllers/CourseController.cs @@ -1181,8 +1181,6 @@ namespace NP.FO.Controllers vm.CM.cmino = lngTmp[0]; vm.CM.cmisno = lngTmp[1]; - if (vm.CM.typeedu.Contains("32")) { vm.CM.typeedus = "32"; } - #region 20220801 선택한 교육장 정보 Hashtable hsData = new Hashtable(); hsData.Add("cmno", vm.cmno); diff --git a/FO/Views/CRoom/Index.cshtml b/FO/Views/CRoom/Index.cshtml index d5cabcd..0b4b62d 100644 --- a/FO/Views/CRoom/Index.cshtml +++ b/FO/Views/CRoom/Index.cshtml @@ -61,10 +61,12 @@ ※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)입니다. -@if (Model.Lect.isoffabs == 1 || Model.Lect.isoffabs == null) +@if (Model.Lect.isoffabs == 1 || Model.Lect.cshape != 1) {