This commit is contained in:
linfso 2025-02-21 17:32:02 +08:00
parent 7d6d2c62d8
commit df65986a77

View File

@ -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 (