동적 검색 수정

main
이범준 1 year ago
parent 9d27581bb1
commit 0331ce5535

@ -14,7 +14,7 @@
<if test="subOption == 'perfect'"> = </if>
<if test="subOption == 'part'"> LIKE CONCAT('%',</if>
</if>
<if test="mainOption == 'ymd'">,1,8) = REPLACE(</if>
<if test="mainOption == 'ymd'">,1,8) = REPLACE(REPLACE(REPLACE(</if>
</sql>
<sql id="end">
@ -23,7 +23,7 @@
<if test="subOption == 'perfect'"></if>
<if test="subOption == 'part'">, '%')</if>
</if>
<if test="mainOption == 'ymd'">,'-','')</if>
<if test="mainOption == 'ymd'">,'-',''),'/',''),'.','')</if>
</sql>
</mapper>
Loading…
Cancel
Save