<trim prefix="WHERE" prefixOverrides="AND|OR">
<if test="topics !=''">
JSON_CONTAINS(forum.topics,JSON_ARRAY('${topics}'))
</if>
<if test="ew.emptyOfWhere == false">
AND ${ew.sqlSegment}
</if>
</trim>
网友评论