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) {
+ @if (Model.Lect.isoffabs != null) + {
집체교육 안내
@@ -96,7 +98,7 @@ }
- + }
신청내용
diff --git a/FO/Views/Course/ApplyAgree.cshtml b/FO/Views/Course/ApplyAgree.cshtml index d12d85b..2033f10 100644 --- a/FO/Views/Course/ApplyAgree.cshtml +++ b/FO/Views/Course/ApplyAgree.cshtml @@ -190,7 +190,7 @@ else {

교육수료조건

- if (Model.CM.typeedus == "32") + if (Model.stringval4 == "32") {

1. 동영상강의 진도율 90% 이상
diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml index a78c522..3bdc720 100644 --- a/FO/Views/Course/SmartSearch.cshtml +++ b/FO/Views/Course/SmartSearch.cshtml @@ -404,7 +404,8 @@ } else if (cshape == 2 && typeedu == "32") //온라인 & 안전관리계속교육 { - strTmp = "
교육종료일(집체교육 참석일)을 선택하여 주세요."; + strTmp = "※ 교육비 입금과 동시에 동영상강의 시청이 가능합니다.
" + + "
교육종료일(집체교육 참석일)을 선택하여 주세요."; } else if (cshape == 2) //온라인 {