@ -61,6 +61,9 @@
<if test="specialContent != null and specialContent != ''">
AND special_content like concat('%', #{specialContent}, '%')
</if>
<if test="columnName != null and columnName != ''">
AND column_name like concat('%', #{columnName}, '%')
<if test="createBy != null and createBy != ''">
AND create_by like concat('%', #{createBy}, '%')