This commit is contained in:
linfso 2024-11-25 16:10:51 +08:00
parent c99a5f779f
commit 1aef08cd2e

View File

@ -45,10 +45,6 @@
<if test="createSite != null and createSite != ''"> and create_site=#{createSite}</if>
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
<if test="params.blIsClear != null and params.blIsClear == 1 ">
and attach_type in ('3','4')
</if>
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
and create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
</if>