From 0f9a7d8ccc75c0aeaebae0f49d28a2cd2caa2173 Mon Sep 17 00:00:00 2001 From: ksjihd163 Date: Fri, 6 May 2022 07:40:02 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20{5893}=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)=20{D:\project\newlms\2020LMSY?= =?UTF-8?q?NICTE\FO\Views\Course\SmartSearch.cshtml}=20=20-=20=20{"PMS?= =?UTF-8?q?=EC=97=90=20=EC=BD=94=EB=A9=98=ED=8A=B8=20=EB=82=A8=EA=B2=A8?= =?UTF-8?q?=EC=A3=BC=EC=8B=A0=EB=8C=80=EB=A1=9C=20CSS=EC=99=84=EB=A3=8C?= =?UTF-8?q?=ED=95=98=EC=98=80=EC=8A=B5=EB=8B=88=EB=8B=A4"}\?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit =========================================================================== <오류수정> 1. PMS NO : {5894} 2. (주요)작업내용 (1) {D:\project\newlms\2020LMSYNICTE\BO\Views\Shared\Partial\ExcelCommentBox.cshtml} - {"달력스크립트 문제 해결되었씁니다."} =========================================================================== <오류수정> 1. PMS NO : {5909} 2. (주요)작업내용 (1) {D:\project\newlms\2020LMSYNICTE\BO\Views\cc\homer2.cshtml} {D:\project\newlms\2020LMSYNICTE\BO\Views\cc\homesemployess.cshtml} D:\project\newlms\2020LMSYNICTE\BO\Controllers\ccController.cs} - {"PMS_직원게시판 오류 수정하였씁니다."} =========================================================================== <기능개선> 1. PMS NO : {5889} 2. (주요)작업내용 (1) {D:\project\newlms\2020LMSYNICTE\FO\Views\Shared\Partial\MobileChk.cshtml} - {"PMS첨부파일확인후 내용으로 수정하였습니다" } =========================================================================== {부장님이 출력하지말라는 번호입니다} D:\project\newlms\2020LMSYNICTE\BO\Views\Shared\Partial\PageRow.cshtml {내용} 1개출력/20개출력/10개 출력 주석처리하였쓰빈다. =========================================================================== --- BO/Controllers/ccController.cs | 18 +++++++++--------- BO/Views/Shared/Partial/ExcelCommentBox.cshtml | 2 +- BO/Views/Shared/Partial/PageRow.cshtml | 6 +++--- BO/Views/cc/homer2.cshtml | 6 +++--- BO/Views/cc/homesemployess.cshtml | 6 +++--- Dao/MyBatis/Maps/board.xml | 3 ++- FO/Views/Course/SmartSearch.cshtml | 3 ++- FO/Views/Shared/Partial/MobileChk.cshtml | 2 +- 8 files changed, 24 insertions(+), 22 deletions(-) diff --git a/BO/Controllers/ccController.cs b/BO/Controllers/ccController.cs index 3b75b13..19ccdbd 100644 --- a/BO/Controllers/ccController.cs +++ b/BO/Controllers/ccController.cs @@ -76,7 +76,7 @@ namespace NP.BO.Controllers public ActionResult homesemployess(NP.Model.VMCC vm) { - vm.Boards = InitM(); + vm.Boards2 = InitM(); var ht = SetHash(vm); if (SUserInfo.IsSiteAdmin) { @@ -93,15 +93,15 @@ namespace NP.BO.Controllers { vm.BMOs = Dao.Get("board.bmos", GetInt(vm.stringval2)); } - ht.Add("bmno", "13"); + ht.Add("bmno", vm.stringval2); //ht.Add("opno", vm.stringval3); //ht.Add("scc", vm.stringval4); - vm.Boards = Dao.Get("board.bs", ht); - vm.pagetotalcount = GetCount(vm.Boards.FirstOrDefault()); - if (vm.Boards.Count() > 0) + vm.Boards2 = Dao.Get("board.bs", ht); + vm.pagetotalcount = GetCount(vm.Boards2.FirstOrDefault()); + if (vm.Boards2.Count() > 0) { - vm.Boards2 = Dao.Get("board.bcmt.cnt", new System.Collections.Hashtable() { { "bnos", string.Join(",", vm.Boards.Select(s => s.bno)) } }); - foreach (var d in vm.Boards) + vm.Boards2 = Dao.Get("board.bcmt.cnt", new System.Collections.Hashtable() { { "bnos", string.Join(",", vm.Boards2.Select(s => s.bno)) } }); + foreach (var d in vm.Boards2) { d.ccount = vm.Boards2.Where(w => w.bno == d.bno).First().ccount; } @@ -135,10 +135,10 @@ namespace NP.BO.Controllers vm.pagetotalcount = GetCount(vm.Boards.FirstOrDefault()); if (vm.Boards.Count() > 0) { - vm.Boards2 = Dao.Get("board.bcmt.cnt", new System.Collections.Hashtable() { { "bnos", string.Join(",", vm.Boards.Select(s => s.bno)) } }); + vm.Boards = Dao.Get("board.bcmt.cnt", new System.Collections.Hashtable() { { "bnos", string.Join(",", vm.Boards.Select(s => s.bno)) } }); foreach (var d in vm.Boards) { - d.ccount = vm.Boards2.Where(w => w.bno == d.bno).First().ccount; + d.ccount = vm.Boards.Where(w => w.bno == d.bno).First().ccount; } } return View(vm); diff --git a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml index 0131c00..77ad801 100644 --- a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml +++ b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml @@ -60,7 +60,7 @@ margin-left: 1px; } - +@**@ } \ No newline at end of file diff --git a/Dao/MyBatis/Maps/board.xml b/Dao/MyBatis/Maps/board.xml index 5c2ac09..a58d024 100644 --- a/Dao/MyBatis/Maps/board.xml +++ b/Dao/MyBatis/Maps/board.xml @@ -130,7 +130,8 @@ ,e.asname ,c.bmno,c.bmname,c.isuseopening,c.isreply,c.bmtype ,f.opname - ,b.cno,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username cnoname,d.userid cnoid,b.rcount,b.rpcount,b.fgno,b.fgnothumb,case when #getcontents# is null then '' else b.contents end contents + ,b.cno,b.bno,b.pbno,b.subject,b.istop,b.issecr,b.cdt,d.username cnoname,d.userid cnoid + ,b.rcount,b.rpcount,b.fgno,b.fgnothumb,case when #getcontents# is null then '' else b.contents end contents ,d.usertype ,g.fileurl from ( diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml index 7588608..82faa81 100644 --- a/FO/Views/Course/SmartSearch.cshtml +++ b/FO/Views/Course/SmartSearch.cshtml @@ -382,12 +382,13 @@ } function chkLect() { + const onetwo; if (capResult.code == 1000) { if (capResult.obj == 0) { checkLectIsComplete(_cmno); } else { - msg("이 교육은 아래의 사유 중 하나에 해당되어 신청되지 않는 교육입니다.

1. 선택한 교육목적으로 인정되지 않는 경우
2. 이미 신청 또는 수료한 교육과 함께 수료하면 인정이 되지 않는 경우

따라서 현재 화면에 나와있는 다른 교육으로 신청하여 주시기 바랍니다.

문의 : 1544 - 7660"); + msg("이 교육은 아래의 사유 중 하나에 해당되어 신청되지 않는 교육입니다.

    -    선택한 교육목적으로 인정되지 않는 경우
    -    이미 신청 또는 수료한 교육과 함께 수료하면 인정이 되지 않는 경우


따라서 현재 화면에 나와있는 다른 교육으로 신청하여 주시기 바랍니다.

문의 : 1544 - 7660"); } } else { diff --git a/FO/Views/Shared/Partial/MobileChk.cshtml b/FO/Views/Shared/Partial/MobileChk.cshtml index a8afe15..6fb85ce 100644 --- a/FO/Views/Shared/Partial/MobileChk.cshtml +++ b/FO/Views/Shared/Partial/MobileChk.cshtml @@ -11,7 +11,7 @@

인증요청한 휴대번호 :

-

핸드폰으로 전송된 인증번호 6자리를 입력하신 후 확인버튼을 눌러주세요.

+

카카오톡으로 전송된 인증번호 6자리를 입력하신 후 확인버튼을 눌러주세요.
※ 카카오톡 회원이 아니신 분들은 핸드폰 문자메세지로 전송됩니다.