코드명 조회 수정.

main
jjh 1 year ago
parent 2c6cc94d3c
commit ceda4bc353

@ -3,7 +3,7 @@
<mapper namespace="dynamicSearch">
<sql id="start">
<if test="mainOption == 'codeValue'"> AND FN_GET_CODE_NM(#{subOption},</if>
<if test="mainOption == 'codeValue'"> AND GET_CODE_NM(#{subOption},</if>
<if test="mainOption == 'match'"> AND </if>
<if test="mainOption == 'ymd'"> AND SUBSTR(</if>
</sql>

Loading…
Cancel
Save