md
This commit is contained in:
parent
7d6d2c62d8
commit
df65986a77
@ -109,6 +109,13 @@
|
||||
and create_time <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
</if>
|
||||
|
||||
<if test="params.beginEtd != null and params.beginEtd != ''">
|
||||
and etd <![CDATA[ >= ]]> #{params.beginEtd}
|
||||
</if>
|
||||
<if test="params.endEtd != null and params.endEtd != ''">
|
||||
and etd <![CDATA[ <= ]]> #{params.endEtd}
|
||||
</if>
|
||||
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (
|
||||
start_site_code in (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user