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