md
This commit is contained in:
parent
c99a5f779f
commit
1aef08cd2e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user