From dd8649bb3331fc0280eddb827e335872da624791 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 11 Jul 2023 04:41:12 +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:=208148=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)=20BO/Controllers/croomControl?= =?UTF-8?q?ler.cs=20=20-=20=EB=AA=A8=EC=82=AC=20=ED=8C=8C=EB=9D=BC?= =?UTF-8?q?=EB=A9=94=ED=84=B0=20=EC=B6=94=EA=B0=80=20(2)=20BO/Views/croom/?= =?UTF-8?q?gradeall4.cshtml=20=20-=20=EB=AA=A8=EC=82=AC=20=ED=8C=8C?= =?UTF-8?q?=EB=9D=BC=EB=A9=94=ED=84=B0=20=EC=B6=94=EA=B0=80=20(3)=20Dao/My?= =?UTF-8?q?Batis/Maps/Lect.xml=20=20-=20=EB=AA=A8=EC=82=AC=EC=9C=A8=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EA=B0=92=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Controllers/croomController.cs | 1 + BO/Views/croom/gradeall4.cshtml | 4 ++++ Dao/MyBatis/Maps/Lect.xml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index e2e2aee..f9ef563 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -877,6 +877,7 @@ namespace NP.BO.Controllers vm.LectSDs = new List() { }; ht.Add("sdstate", vm.addstringval2); ht.Add("cpointchk", vm.addstringval3); + ht.Add("mosarate", vm.addstringval4); ht.Add("isproduct" + (GetConfig("isstaging") == "1" ? "x" : ""), 1); vm.LectSDs = Dao.Get("lect.lectsds.all", ht); /*to-do*/ diff --git a/BO/Views/croom/gradeall4.cshtml b/BO/Views/croom/gradeall4.cshtml index 46fcf88..9daf186 100644 --- a/BO/Views/croom/gradeall4.cshtml +++ b/BO/Views/croom/gradeall4.cshtml @@ -6,7 +6,11 @@
@Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":-응시상태;1:제출;0:미제출" }, { "name", "addstringval2" }, { "selected", Model.addstringval2 }, { "onchange", "findme()" }, { "style", "vertical-align: middle;" } }) + @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":-채점상태;1:채점완료;0:미채점" }, { "name", "addstringval3" }, { "selected", Model.addstringval3 }, { "onchange", "findme()" }, { "style", "vertical-align: middle;" } }) + + @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", ":-모사;9950:100%" }, { "name", "addstringval4" }, { "selected", Model.addstringval4 }, { "onchange", "findme()" }, { "style", "vertical-align: middle;" } }) + @Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } }) @*엑셀다운로드*@ 엑셀다운로드 diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml index 78a6474..e598e94 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -1508,6 +1508,10 @@ and ifnull(c.cpoint,0) > 0 and d.status = #ustatus# + + + and f.MAX_SCORE >= #mosarate# +