2024-03-15 16:37 청소년 찾교 강사 정보 수정

This commit is contained in:
myname 2024-03-15 16:38:07 +09:00
parent c26c05fde5
commit 10a674a39d
3 changed files with 16 additions and 0 deletions

View File

@ -814,6 +814,7 @@
, b.pht_atch_file_id AS phtAtchFileId , b.pht_atch_file_id AS phtAtchFileId
, b.aplct_cn AS aplctCn , b.aplct_cn AS aplctCn
, b.rqst_cn AS rqstCn , b.rqst_cn AS rqstCn
, a.div_cd AS divCd
FROM ve_edu_chasi a FROM ve_edu_chasi a
JOIN ve_edu_aplct b JOIN ve_edu_aplct b
ON a.edu_aplct_ord = b.edu_aplct_ord ON a.edu_aplct_ord = b.edu_aplct_ord
@ -869,6 +870,7 @@
, d.lctr_plan_atch_file_id AS lctrPlanAtchFileId , d.lctr_plan_atch_file_id AS lctrPlanAtchFileId
, d.user_id AS instrCnfrmId , d.user_id AS instrCnfrmId
, (SELECT COUNT(1) FROM ve_edu_chasi_instr_asgnm_hstry WHERE edu_aplct_ord = #eduAplctOrd# AND edu_chasi_ord = #eduChasiOrd#) AS hstryCnt , (SELECT COUNT(1) FROM ve_edu_chasi_instr_asgnm_hstry WHERE edu_aplct_ord = #eduAplctOrd# AND edu_chasi_ord = #eduChasiOrd#) AS hstryCnt
, a.div_cd AS divCd
FROM ve_edu_chasi a FROM ve_edu_chasi a
JOIN ve_edu_aplct b JOIN ve_edu_aplct b
ON a.edu_aplct_ord = b.edu_aplct_ord ON a.edu_aplct_ord = b.edu_aplct_ord
@ -989,6 +991,8 @@
AND e.user_id = #userId# AND e.user_id = #userId#
) AS hstryCd ) AS hstryCd
, a.div_cd AS divCd
FROM FROM
( (
SELECT SELECT

View File

@ -496,6 +496,12 @@
</th> </th>
<td colspan="3">${info.chrgNm}</td> <td colspan="3">${info.chrgNm}</td>
</tr> </tr>
<tr>
<th scope="row">
<p>점심값포함여부</p>
</th>
<td colspan="3"><ve:code codeId="VE0010" code="${info.divCd}"/></td>
</tr>
<tr class="trLength4"> <tr class="trLength4">
<th scope="row"> <th scope="row">
<p>연락처</p> <p>연락처</p>

View File

@ -224,6 +224,12 @@
</th> </th>
<td colspan="3">${info.chrgNm}</td> <td colspan="3">${info.chrgNm}</td>
</tr> </tr>
<tr>
<th scope="row">
<p>점심값포함여부</p>
</th>
<td colspan="3"><ve:code codeId="VE0010" code="${info.divCd}"/></td>
</tr>
<tr class="trLength4"> <tr class="trLength4">
<th scope="row"> <th scope="row">
<p>연락처</p> <p>연락처</p>