diff --git a/BO/BO.csproj b/BO/BO.csproj
index 89c0b2f..30d4ff9 100644
--- a/BO/BO.csproj
+++ b/BO/BO.csproj
@@ -209,6 +209,7 @@
+
@@ -672,6 +673,7 @@
+
diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs
index 1dfb413..3cc9a3a 100644
--- a/BO/Controllers/croomController.cs
+++ b/BO/Controllers/croomController.cs
@@ -788,6 +788,11 @@ namespace NP.BO.Controllers
vm.addstringval2 = vm.addstringval2 ?? DateTime.Now.ToString("yyyy-MM-dd");
return View(vm);
}
+
+ public ActionResult Documents(VMCRoom vm)
+ {
+ return View(vm);
+ }
}
}
diff --git a/FO/Views/Account/CertOk3MCHK.cshtml b/FO/Views/Account/CertOk3MCHK.cshtml
index 030bb26..e55f97f 100644
--- a/FO/Views/Account/CertOk3MCHK.cshtml
+++ b/FO/Views/Account/CertOk3MCHK.cshtml
@@ -25,7 +25,7 @@
if ('@(ViewBag.ret)' == '0') {
if ('@(RSLT_CD)' == 'B000') {
//이름일치 확인
- if ("@(RSLT_NAME)" == $(opener.document).find("#mform").find("#username").val()) {
+ if (@(RSLT_NAME) == $(opener.document).find("#mform").find("#username").val()) {
$(opener.document).find("#mform").find("#intval2").val(1);
$(opener.document).find("#mform").find("#mobile").val("@(TEL_NO)".replaceAll("-", ""));
$(opener.document).find("#mform").find("#mobilestr").text("@(TEL_NO)".replaceAll("-", ""));
diff --git a/Model/CM.cs b/Model/CM.cs
index 81f322f..5203225 100644
--- a/Model/CM.cs
+++ b/Model/CM.cs
@@ -823,7 +823,7 @@ namespace NP.Model
case 43:
case 52:
return "수강취소";
- case 51: return "대기중";
+ case 55: return "대기중";
default: return "-";
}
}