2024-02-19 14:18 실무역량 상태값 리셋 가능하도록 수정

This commit is contained in:
myname 2024-02-19 14:18:41 +09:00
parent 0a4a9c510f
commit 4f50ff548f
2 changed files with 2 additions and 2 deletions

View File

@ -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#

View File

@ -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>