From f44f83b6396408fddfe1f8cb853998f188321317 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Thu, 4 Apr 2024 01:26:49 +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:=204579=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)=20=EA=B4=80=EB=A6=AC=EC=9E=90?= =?UTF-8?q?=20=EC=88=98=EB=A3=8C=EA=B4=80=EB=A6=AC=20=EC=A1=B0=EA=B1=B4=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20=EA=B8=B0=ED=83=80=20=EA=B1=B4?= =?UTF-8?q?=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Controllers/croomController.cs | 10 ++++++++-- BO/Views/croom/completions.cshtml | 2 +- BO/Views/croom/gradeall.cshtml | 3 +++ Dao/MyBatis/Maps/CRoom.xml | 2 ++ Dao/MyBatis/Maps/Grade.xml | 16 ++++++++-------- 5 files changed, 22 insertions(+), 11 deletions(-) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 19d1043..56608ee 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -1410,8 +1410,14 @@ namespace NP.BO.Controllers ht.Add("typeman", vm.stringval5); ht.Add("studyplace", vm.stringval6); ht.Add("typejob", vm.stringval7); - ht.Add("scompletetime", vm.stringval8); - ht.Add("ecompletetime", vm.stringval9); + // 교육기간 + //ht.Add("scompletetime", vm.stringval8); + //ht.Add("ecompletetime", vm.stringval9); + + // 교육종료일 + ht.Add("edate1", vm.stringval8); + ht.Add("edate2", vm.stringval9); + ht.Add("typegrade", vm.stringval10); ht.Add("typeedu", vm.stringval11); diff --git a/BO/Views/croom/completions.cshtml b/BO/Views/croom/completions.cshtml index c981308..2a1f054 100644 --- a/BO/Views/croom/completions.cshtml +++ b/BO/Views/croom/completions.cshtml @@ -63,7 +63,7 @@ - 학습기간 + 교육종료일
@Html.Partial("./Partial/Date", string.IsNullOrEmpty(Model.stringval8) ? (DateTime?)null : Convert.ToDateTime(Model.stringval8), new ViewDataDictionary { { "name", "stringval8" } }) ~ diff --git a/BO/Views/croom/gradeall.cshtml b/BO/Views/croom/gradeall.cshtml index 025f477..359f26d 100644 --- a/BO/Views/croom/gradeall.cshtml +++ b/BO/Views/croom/gradeall.cshtml @@ -142,6 +142,9 @@ } @Html.Partial(callpage, Model) + @section styles{