2023-10-18 16:10 성인 찾교 사용자 화면 수정

This commit is contained in:
myname 2023-10-18 16:11:09 +09:00
parent d9e9cb90ef
commit 3cd385f721
5 changed files with 25 additions and 1 deletions

View File

@ -130,6 +130,8 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
private String endEduPrsnl; //교육인원(이수)
private String aplctCn; //신청 내용
public int getChasi() {
return chasi;
@ -1577,6 +1579,12 @@ public class VEEduAplctVO extends ComDefaultVO implements Serializable {
public void setRndsOrd(String rndsOrd) {
this.rndsOrd = rndsOrd;
}
public String getAplctCn() {
return aplctCn;
}
public void setAplctCn(String aplctCn) {
this.aplctCn = aplctCn;
}
}

View File

@ -87,6 +87,7 @@
BROADROOM_EDU
, RNDS_ORD
, APLCT_CN
</sql>
<!-- 조회용 공통 컬럼 명 -->
@ -154,6 +155,7 @@
A.CORPS_EDU AS corpsEdu,
A.BROADROOM_EDU AS broadroomEdu
, A.RNDS_ORD AS rndsOrd
, A.APLCT_CN AS aplctCn
</sql>
<!-- 강사 등록 C -->
@ -240,6 +242,7 @@
#corpsEdu#,
#broadroomEdu#
, #rndsOrd#
, #aplctCn#
)
</insert>
@ -355,6 +358,7 @@
A.CORPS_EDU ,
A.BROADROOM_EDU
, A.RNDS_ORD
, A.APLCT_CN
</select>

View File

@ -56,6 +56,7 @@
end_oprtn_dt,
rprt_sbmt_dt,
trans_atch_file_id
, aplct_cn
</sql>
@ -102,6 +103,7 @@
a.rprt_sbmt_dt AS rprtSbmtDt,
a.trans_atch_file_id AS transAtchFileId,
a.use_yn AS useYn
, a.aplct_cn AS aplctCn
</sql>

View File

@ -638,6 +638,16 @@
</span>
</td>
</tr>
<tr>
<th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p>
<p>신청내용</p>
</th>
<td>
<label for="jobNm" class="label">직함 입력</label>
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
</td>
</tr>
<tr>
<th scope="row">
<p class="req_text"><span>필수입력 항목</span>*</p>