2024-02-19 14:18 실무역량 상태값 리셋 가능하도록 수정
This commit is contained in:
parent
0a4a9c510f
commit
4f50ff548f
@ -224,7 +224,7 @@
|
|||||||
, nos = #nos#
|
, nos = #nos#
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty property="ddlnCd">
|
<isNotEmpty property="ddlnCd">
|
||||||
, ddln_cd = #ddlnCd#
|
, ddln_cd = DECODE(#ddlnCd#,'100','',#ddlnCd#)
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty property="eduStrtPnttm">
|
<isNotEmpty property="eduStrtPnttm">
|
||||||
, edu_strt_pnttm = #eduStrtPnttm#
|
, edu_strt_pnttm = #eduStrtPnttm#
|
||||||
|
|||||||
@ -293,7 +293,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">상태</th>
|
<th scope="row">상태</th>
|
||||||
<td>
|
<td>
|
||||||
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="" defaultText="선택"/>
|
<ve:select codeId="VEA004" name="ddlnCd" id="ddlnCd" css="class='sel_type1'" selectedValue="${info.ddlnCd}" defaultValue="100" defaultText="기본"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user