2024-03-15 16:37 청소년 찾교 강사 정보 수정
This commit is contained in:
parent
c26c05fde5
commit
10a674a39d
@ -814,6 +814,7 @@
|
||||
, b.pht_atch_file_id AS phtAtchFileId
|
||||
, b.aplct_cn AS aplctCn
|
||||
, b.rqst_cn AS rqstCn
|
||||
, a.div_cd AS divCd
|
||||
FROM ve_edu_chasi a
|
||||
JOIN ve_edu_aplct b
|
||||
ON a.edu_aplct_ord = b.edu_aplct_ord
|
||||
@ -869,6 +870,7 @@
|
||||
, d.lctr_plan_atch_file_id AS lctrPlanAtchFileId
|
||||
, 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
|
||||
, a.div_cd AS divCd
|
||||
FROM ve_edu_chasi a
|
||||
JOIN ve_edu_aplct b
|
||||
ON a.edu_aplct_ord = b.edu_aplct_ord
|
||||
@ -989,6 +991,8 @@
|
||||
AND e.user_id = #userId#
|
||||
) AS hstryCd
|
||||
|
||||
, a.div_cd AS divCd
|
||||
|
||||
FROM
|
||||
(
|
||||
SELECT
|
||||
|
||||
@ -496,6 +496,12 @@
|
||||
</th>
|
||||
<td colspan="3">${info.chrgNm}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>점심값포함여부</p>
|
||||
</th>
|
||||
<td colspan="3"><ve:code codeId="VE0010" code="${info.divCd}"/></td>
|
||||
</tr>
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>연락처</p>
|
||||
|
||||
@ -224,6 +224,12 @@
|
||||
</th>
|
||||
<td colspan="3">${info.chrgNm}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>점심값포함여부</p>
|
||||
</th>
|
||||
<td colspan="3"><ve:code codeId="VE0010" code="${info.divCd}"/></td>
|
||||
</tr>
|
||||
<tr class="trLength4">
|
||||
<th scope="row">
|
||||
<p>연락처</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user