From 50aef2caf8d9e670422eb105aae974b69c6c026a Mon Sep 17 00:00:00 2001 From: swpark Date: Mon, 10 Jan 2022 05:55:52 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95=20-=20?= =?UTF-8?q?=EC=84=B1=EC=A0=81=EC=B2=98=EB=A6=AC(=EC=A0=84=EC=B2=B4)>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 이름, ID 검색 1) 날짜 입력 없이 검색 가능하도록 수정 # 커밋 파일 BO\Controllers\croomController.cs # 테스트 결과 - 이상없음 # 특이사항 및 이슈사항 - 이상없음 --- BO/Controllers/croomController.cs | 4 ++-- BO/Views/croom/lectreg.cshtml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index e8595bd..61656b3 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -676,8 +676,8 @@ namespace NP.BO.Controllers // [메일 이슈 - 박상완] 성적처리(전체)화면에서 기본값 제거 : 클릭시 전체현황 조회되는거 없애주세요. 클릭해야 검색할수 있도록 // 검색이 모두 빈 값이면 상태 param 0 으로 처리. if (String.IsNullOrEmpty(vm.stringval) && String.IsNullOrEmpty(vm.stringval2) && String.IsNullOrEmpty(vm.stringval3) && String.IsNullOrEmpty(vm.stringval4) - && String.IsNullOrEmpty(vm.stringval5) && String.IsNullOrEmpty(vm.stringval8) && String.IsNullOrEmpty(vm.stringval9) - && String.IsNullOrEmpty(vm.stringval10) && String.IsNullOrEmpty(vm.stringval11)) + && String.IsNullOrEmpty(vm.stringval5) && String.IsNullOrEmpty(vm.stringval6) && String.IsNullOrEmpty(vm.stringval7) && String.IsNullOrEmpty(vm.stringval8) + && String.IsNullOrEmpty(vm.stringval9) && String.IsNullOrEmpty(vm.stringval10) && String.IsNullOrEmpty(vm.stringval11)) { ht.Add("ustatus", 0); } else diff --git a/BO/Views/croom/lectreg.cshtml b/BO/Views/croom/lectreg.cshtml index f6486c4..1849878 100644 --- a/BO/Views/croom/lectreg.cshtml +++ b/BO/Views/croom/lectreg.cshtml @@ -129,7 +129,8 @@
-
@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "6:무료;1:신용카드;3:무통장입금(가상계좌);4:현금;0:결제대기" }, { "checked", 6 }, { "name", "ptype" } })
+ @*계약되면 0 : 결제대기 추가*@ +
@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "6:무료;1:신용카드;3:무통장입금(가상계좌);4:현금" }, { "checked", 6 }, { "name", "ptype" } })