|
|
@ -38,6 +38,9 @@
|
|
|
|
<if test="specialTitle != null and specialTitle != ''">
|
|
|
|
<if test="specialTitle != null and specialTitle != ''">
|
|
|
|
AND special_title like concat('%', #{specialTitle}, '%')
|
|
|
|
AND special_title like concat('%', #{specialTitle}, '%')
|
|
|
|
</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>
|
|
|
|