diff --git a/BO/Controllers/AccountController.cs b/BO/Controllers/AccountController.cs index c4af541..29f8e14 100644 --- a/BO/Controllers/AccountController.cs +++ b/BO/Controllers/AccountController.cs @@ -287,8 +287,6 @@ namespace NP.BO.Controllers m.Users.Add(new MemoUser() { userno = u.userno, - uno = SUserInfo.UserNo, - uip = GetUserIP(), smstype = "A", isok = string.IsNullOrEmpty(u.mobile) ? -1 : 1, title = "[영남건설기술교육원] 진행평가 참여 알림", diff --git a/BO/Views/Account/BanEmail.cshtml b/BO/Views/Account/BanEmail.cshtml index fa463f3..c062d31 100644 --- a/BO/Views/Account/BanEmail.cshtml +++ b/BO/Views/Account/BanEmail.cshtml @@ -27,7 +27,7 @@
@*YOU & PARTNERS (Career Consulting Group)*@ -
YNP
+
YNP
이메일 수신거부 diff --git a/BO/Views/Account/Index.cshtml b/BO/Views/Account/Index.cshtml index 274c820..ae0dff3 100644 --- a/BO/Views/Account/Index.cshtml +++ b/BO/Views/Account/Index.cshtml @@ -31,7 +31,7 @@
@*YOU & PARTNERS (Career Consulting Group)*@ -
YNP
+
YNP

diff --git a/BO/Views/Shared/_Layout.cshtml b/BO/Views/Shared/_Layout.cshtml index 4c298ef..49e6a5f 100644 --- a/BO/Views/Shared/_Layout.cshtml +++ b/BO/Views/Shared/_Layout.cshtml @@ -62,7 +62,7 @@ - + diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index 08d7e60..2582fac 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/Controller/ACommonCRoom.cs b/Base/Controller/ACommonCRoom.cs index bb60647..9c33d01 100644 --- a/Base/Controller/ACommonCRoom.cs +++ b/Base/Controller/ACommonCRoom.cs @@ -855,13 +855,14 @@ namespace NP.Base.Controllers { smstype = "A", isok = 1, + title = "[영남건설기술교육원] 진행평가 참여 알림", mobile = mobile, mcontents = string.Format("영남건설기술교육원입니다.\n\n[{0}]님이 수강중인 [{1}] 강좌의 교육 종료일이 {2}일 남았습니다. 종료되기전에 서둘러 " + (scdno < 3 ? "학습을 진행" : scdno == 3 ? "진행평가에" : scdno == 4 ? "최종평가에" : scdno == 5 ? "과제을 제출" : scdno == 6 ? "토론에 참여" : scdno == 7 ? "강의평가에 참여" : "-") + "해주세요.\n\n☞사이트 : https://edu.kfcf.or.kr", "test", "테스트", 1)}); if (m.Users.Where(w => w.isok == 1).Count() > 0) { - Talk(m.Users.Where(w => w.isok == 1).ToList(), "encourage1"); + SaveTalk(m.Users.Where(w => w.isok == 1).ToList(), "encourage1"); m.Users.Clear(); } @@ -880,10 +881,11 @@ namespace NP.Base.Controllers { smstype = "A", isok = 1, + title = "[영남건설기술교육원] 진행평가 참여 알림", mobile = mobile, mcontents = string.Format("영남건설기술교육원입니다.\n\n{0}님이 신청중인 [{1}] 강좌의 교육이 [{2}]에 {3}에서 시작됩니다.\n\n☞사이트 : https://edu.kfcf.or.kr", "test", "테스트", DateTime.Now.ToString("yyyy-MM-dd"),"영남건설기술교육원 대회의실")}); - Talk(m.Users.Where(w => w.isok == 1).ToList(), "encourage7"); + SaveTalk(m.Users.Where(w => w.isok == 1).ToList(), "encourage7"); m.Users.Clear(); if (IsEmail(email)) { @@ -898,11 +900,12 @@ namespace NP.Base.Controllers { smstype = "A", isok = 1, + title = "[영남건설기술교육원] 진행평가 참여 알림", mobile = mobile, mcontents = string.Format("영남건설기술교육원입니다.\n\n{0}님이 수강중인 [{1}] 자격검정이 [{2}]에 영남건설기술교육원 대회의실에서 이뤄질 예정입니다.\n\n☞사이트: https://edu.kfcf.or.kr", "test", "테스트", DateTime.Now.ToString("yyyy-MM-dd HH:mm")) }); - Talk(m.Users.Where(w => w.isok == 1).ToList(), "encourage8"); + SaveTalk(m.Users.Where(w => w.isok == 1).ToList(), "encourage8"); m.Users.Clear(); SendEmail(masteremail.Split(';')[1], GetInt(masteremail.Split(';')[2]), masteremail.Split(';')[3], masteremail.Split(';')[4], 999, email, senderemail, "[영남건설기술교육원]", "[영남건설기술교육원] 진행평가 참여 알림", string.Format("영남건설기술교육원입니다.

{0}님이 수강중인 [{1}] 자격검정이 [{2}]에 영남건설기술교육원 대회의실에서 이뤄질 예정입니다.

☞사이트: https://edu.kfcf.or.kr", diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index f3f8efd..17b1e4c 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 ba0d58a..cff9526 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ