diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs index 6b344b6..a8e0f13 100644 --- a/BO/Controllers/croomController.cs +++ b/BO/Controllers/croomController.cs @@ -718,8 +718,11 @@ namespace NP.BO.Controllers int pcnt = vm.pagerowcount == 0 ? 100 : vm.pagerowcount; var ht = SetHash(vm); - ht.Add("edate", vm.stringval); - ht.Add("edate2", vm.stringval12); + ht.Add("edate1", vm.stringval); + if(!string.IsNullOrWhiteSpace(vm.stringval12)) + { + ht.Add("edate2", vm.stringval12 + " 23:59:59"); + } ht.Add("cshape", vm.stringval2); ht.Add("cname", vm.stringval3); ht.Add("cnamestr", vm.stringval3); diff --git a/BO/Views/Shared/Partial/ScdScript.cshtml b/BO/Views/Shared/Partial/ScdScript.cshtml index daa95f3..753d176 100644 --- a/BO/Views/Shared/Partial/ScdScript.cshtml +++ b/BO/Views/Shared/Partial/ScdScript.cshtml @@ -53,7 +53,7 @@ //else { if (d.quota != 0) { if (d.remainPeople <= 0) { - //li.append("" + d.scdInfoSummary + " (마감)"); + li.append("" + d.scdInfoSummary + " (마감)"); } else { if (seq == 0) { diff --git a/BO/Views/croom/attscds.cshtml b/BO/Views/croom/attscds.cshtml index ccb83c5..daf4da5 100644 --- a/BO/Views/croom/attscds.cshtml +++ b/BO/Views/croom/attscds.cshtml @@ -107,7 +107,7 @@