Merge branch 'khj' into main
This commit is contained in:
parent
7091e41a18
commit
269c80eb95
@ -137,7 +137,7 @@
|
|||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
<!-- 카테고리 조건 -->
|
<!-- 카테고리 조건 -->
|
||||||
<if test="category != null and category != ''">
|
<if test="category != null and category != '' and category != 'all'">
|
||||||
and w.WRDDICCAT = #{category}
|
and w.WRDDICCAT = #{category}
|
||||||
</if>
|
</if>
|
||||||
</sql>
|
</sql>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user