diff --git a/BO/Views/croom/completions.cshtml b/BO/Views/croom/completions.cshtml index 1b9d6d2..f496857 100644 --- a/BO/Views/croom/completions.cshtml +++ b/BO/Views/croom/completions.cshtml @@ -112,19 +112,22 @@ 수정 - 교육상위분류 - 교육하위분류 - 교육유형 사용자ID 이름 주민번호 - 기술인분류 + 교육생연락처 + 교육유형 교육구분 + 기술인분류 + 직무분야 교육목적 등급 - 직무분야 + 교육시작일 + 교육종료일 과정명 수료번호 + 교육상위분류 + 교육하위분류 업체명 업체주소 사업자등록번호 @@ -132,13 +135,10 @@ 업태 종목 대표자 - 교육시작일 - 교육종료일 교육이수시간 소속협회 학력 직위 - 교육생연락처 업체담당자 업체담당자연락처 교육비 @@ -156,19 +156,22 @@ { [수정] - @item.pcgname - @item.cgname - @item.cshapename @item.userid @item.username @item.userpnostr - @item.typemanName + @item.mobile + @item.cshapename @item.edukind + @item.typemanName + @item.typejobName @item.typeeduName @item.typegradeName - @item.typejobName + @Convert.ToDateTime(@item.sdate).ToShortDateString() + @Convert.ToDateTime(@item.edate).ToShortDateString() @item.cname @item.completeno + @item.pcgname + @item.cgname @item.asname @item.companyaddr @item.brno @@ -176,13 +179,10 @@ @item.btype @item.bkind @item.ceoname - @Convert.ToDateTime(@item.sdate).ToShortDateString() - @Convert.ToDateTime(@item.edate).ToShortDateString() @item.studytime @item.association @item.slevelName @item.uduty - @item.mobile @item.mname @item.mphone @item.payamt diff --git a/BO/Views/croom/documentspast.cshtml b/BO/Views/croom/documentspast.cshtml index a5dd52d..f82577f 100644 --- a/BO/Views/croom/documentspast.cshtml +++ b/BO/Views/croom/documentspast.cshtml @@ -112,18 +112,21 @@ 수정 등록/수정 일자 - 구분 - 과정분류 - 교육유형 이름 주민번호 - 기술인분류 + 교육생연락처 + 교육유형 교육구분 + 기술인분류 + 직무분야 교육목적 등급 - 직무분야 + 교육시작일 + 교육종료일 과정명 수료번호 + 구분 + 과정분류 업체명 업체주소 사업자등록번호 @@ -131,13 +134,10 @@ 업태 종목 대표자 - 교육시작일 - 교육종료일 교육이수시간 소속협회 학력 직위 - 교육생연락처 업체담당자 업체담당자연락처 교육비 @@ -155,18 +155,21 @@ [수정] @(item.cdt != DateTime.MinValue ? item.cdtymd : item.udt != DateTime.MinValue ? item.udtymd : "-") - @item.kind - @item.cg - @item.cshape @item.username @(item.userpno.Length > 7 ? item.userpno.Insert(6,"-") : item.userpno) - @item.typeman + @item.phone + @item.cshape @item.edukind + @item.typeman + @item.typejob @item.typeedu @item.typegrade - @item.typejob + @Convert.ToDateTime(@item.ssdate).ToShortDateString() + @Convert.ToDateTime(@item.sedate).ToShortDateString() @item.cgname @item.completeno + @item.kind + @item.cg @item.companyname @item.companyaddr @item.brno @@ -174,13 +177,10 @@ @item.btype @item.bkind @item.ceoname - @Convert.ToDateTime(@item.ssdate).ToShortDateString() - @Convert.ToDateTime(@item.sedate).ToShortDateString() @item.sctime @item.assign @item.slevel @item.uduty - @item.phone @item.mname @item.mphone @item.sprice diff --git a/Dao/MyBatis/Maps/CRoom.xml b/Dao/MyBatis/Maps/CRoom.xml index 1819d38..bc3ecf3 100644 --- a/Dao/MyBatis/Maps/CRoom.xml +++ b/Dao/MyBatis/Maps/CRoom.xml @@ -614,7 +614,7 @@ select a.lectno,a.attrate ,b.sdno,b.sdname,b.sddesc,b.fgno sdfgno,b.sdcondition - ,c.sstime,c.setime + ,a.sdate sstime,a.edate setime ,d.checktime,d.cpoint,d.feedb,d.fgno,d.atext from lect a inner join cmsd b on b.cmno=a.cmno and b.sdno=#sdno# @@ -665,12 +665,13 @@ update lectsdboard set rcount=rcount+1 where bno=#bno# and cno<>#userno#; select a.bno,a.subject,a.contents,a.cdt,a.fgno,a.cno ,b.sdname - ,c.sstime,c.setime + ,l.sdate sstime,l.edate setime ,u.username,u.userno ,a2.checktime from lectsdboard a inner join lectsd a2 on a2.lectno=a.lectno and a2.sdno=a.sdno inner join users u on u.userno=a.cno + inner join lect l on l.lectno = a2.lectno inner join cmsd b on b.sdno=a.sdno inner join cm c on c.cmno=b.cmno where a.bno=#bno# and a.isdel=0 diff --git a/FO/Views/Shared/Partial/GNB.cshtml b/FO/Views/Shared/Partial/GNB.cshtml index 5359f4d..fff645e 100644 --- a/FO/Views/Shared/Partial/GNB.cshtml +++ b/FO/Views/Shared/Partial/GNB.cshtml @@ -13,6 +13,7 @@
  • 로그인
  • @*
  • 회원가입
  • *@ } +
  • 원격지원