This commit is contained in:
linfso 2024-06-21 12:37:20 +08:00
parent d2bed45908
commit a9a63127d1

View File

@ -580,6 +580,13 @@
and bl_sign!='1'
</if>
<if test="params.beginDate != null and params.beginDate != ''">
and a.send_date <![CDATA[ >= ]]> #{params.beginDate}
</if>
<if test="params.endDate != null and params.endDate != ''">
and a.send_date <![CDATA[ <= ]]> #{params.endDate}
</if>
<if test="params.beginSendDate != null and params.beginSendDate != ''">
and a.send_date <![CDATA[ >= ]]> #{params.beginSendDate}