diff --git a/BO/Content/emailForm/template_email.html b/BO/Content/emailForm/template_email.html index 859e86d..fee0fa9 100644 --- a/BO/Content/emailForm/template_email.html +++ b/BO/Content/emailForm/template_email.html @@ -15,7 +15,7 @@
-
+
대기중인 강좌의 수강승인처리가 완료되었습니다.
@@ -27,7 +27,7 @@ ">

안녕하세요 {0}님.

영남건설기술교육원에서 대기신청하셨던 {1} 의 수강승인이 {2}에 완료되었습니다.

-

사이트에 접속하셔서 결제를 완료하시면 최종 접수가 완료됩니다. [사이트 바로가기]

+

사이트에 접속하셔서 결제를 완료하시면 최종 접수가 완료됩니다. [사이트 바로가기]

48시간 내 결제를 완료하시지 않을 경우 자동 취소될 예정입니다.

감사합니다.

diff --git a/BO/Content/emailForm/template_email_3.html b/BO/Content/emailForm/template_email_3.html index df2b97f..bc36b6b 100644 --- a/BO/Content/emailForm/template_email_3.html +++ b/BO/Content/emailForm/template_email_3.html @@ -14,7 +14,7 @@
-
+
diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index 834c9e6..9dcefca 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/Controller/ACommonUser.cs b/Base/Controller/ACommonUser.cs index 06d6e46..7ffdadd 100644 --- a/Base/Controller/ACommonUser.cs +++ b/Base/Controller/ACommonUser.cs @@ -93,7 +93,7 @@ namespace NP.Base.Controllers if (user.usertype == 1) { LogSet(new ActLog() { logtype = 40, logtarget = 51, logdata = "[사용자]" + user.username + " 권한입장", uno = SUserInfo.UserNo, uip = GetUserIP() }); - return JsonOKObj((string.IsNullOrEmpty(user.subdomain) ? GetConfig("fronturl") : string.Format("https://{0}.ynicte.com", user.subdomain)) + "/Account/AdminEE?un=" + userno + "&eek=" + user.eastereggkey + "&at=" + SUserInfo.UserType + "&an=" + SUserInfo.UserNo); + return JsonOKObj((string.IsNullOrEmpty(user.subdomain) ? GetConfig("fronturl") : GetConfig("isstaging") == "1"? string.Format("https://{0}.nptc.kr",user.subdomain) : string.Format("https://{0}.cte.or.kr", user.subdomain)) + "/Account/AdminEE?un=" + userno + "&eek=" + user.eastereggkey + "&at=" + SUserInfo.UserType + "&an=" + SUserInfo.UserNo); } else if (user.usertype == 11) { diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index af4812c..08cc4e6 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache index 546c016..7d64ddc 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ diff --git a/FO/Views/Account/IndexAssign.cshtml b/FO/Views/Account/IndexAssign.cshtml index c3770a5..eda2592 100644 --- a/FO/Views/Account/IndexAssign.cshtml +++ b/FO/Views/Account/IndexAssign.cshtml @@ -86,7 +86,7 @@

로그인

  • -
  • +
diff --git a/FO/Views/Account/IndexBase.cshtml b/FO/Views/Account/IndexBase.cshtml index 15251a3..1de9955 100644 --- a/FO/Views/Account/IndexBase.cshtml +++ b/FO/Views/Account/IndexBase.cshtml @@ -98,7 +98,7 @@ function cblogin() { if (capResult.code == 1000) { if (capResult.obj == -1) { - msg("고객사 사용자는 고객사사이트를 이용해주세요.", null, null, null, "location.href='https://" + capResult.msg + ".ynicte.com/Account/Index'"); + msg("고객사 사용자는 고객사사이트를 이용해주세요.", null, null, null, "location.href='https://" + capResult.msg + ".cte.or.kr/Account/Index'"); } else { $("#mform").attr("action", "/"); if ('@(Model.ru??"")' != "") {