This commit is contained in:
linfso 2025-01-05 23:12:37 +08:00
parent 2986d7d142
commit 351135c05a

View File

@ -2246,7 +2246,7 @@
<if test="params.endDate != null and params.endDate != ''">
and a.send_date <![CDATA[ <= ]]> #{params.endDate}
</if>
) tbf,
) tbf
</select>