Merge branch 'khj' into main

This commit is contained in:
khj0414 2025-03-07 13:33:05 +09:00
parent 7091e41a18
commit 269c80eb95

View File

@ -137,7 +137,7 @@
</choose>
</if>
<!-- 카테고리 조건 -->
<if test="category != null and category != ''">
<if test="category != null and category != '' and category != 'all'">
and w.WRDDICCAT = #{category}
</if>
</sql>