This commit is contained in:
linfso 2024-11-25 15:49:14 +08:00
parent 35a3b5a920
commit c99a5f779f

View File

@ -45,6 +45,10 @@
<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>