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