From 32c9e245ee78e809e6b06a9b5652edcd97c5218c Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Mon, 12 Apr 2021 04:31:44 +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:=20NULl=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/Views/user/ur.cshtml=20?= =?UTF-8?q?=20-=20=20=EC=82=AC=EC=9A=A9=EC=9E=90=20=EC=86=8C=EC=86=8D=20?= =?UTF-8?q?=ED=95=84=EC=88=98=EC=A1=B0=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/user/ur.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BO/Views/user/ur.cshtml b/BO/Views/user/ur.cshtml index 7f10c87..7bf95bb 100644 --- a/BO/Views/user/ur.cshtml +++ b/BO/Views/user/ur.cshtml @@ -464,7 +464,7 @@ else if (('@Model.viewname' == 'professor' || '@Model.viewname' == 'user') && check("User_mobile", null, "핸드폰 번호를 입력해주세요")) { } else if (!isnulloremt(val("User_email")) && !isemail(val("User_email"))) { focus("User_email"); msg("이메일주소를 올바르게 입력해주세요."); } //else if (!isnulloremt(val("User_mobile")) && (!ismobile(val("User_mobile")) )) { focus("User_mobile"); msg("핸드폰번호를 올바르게 입력해주세요."); } - else if (val("User_usertype") == "81" && val("User_asno") == "") { msg("소속을 등록해주세요.");} + else if ((val("User_usertype") == "1" || val("User_usertype") == "81") && val("User_asno") == "") { msg("소속을 등록해주세요.");} else if (confirm("저장하시겠습니까?")) { if (val("User_usertype") >= "92") { setv("User_asno", "");