This commit is contained in:
linfso 2024-04-22 23:48:03 +08:00
parent 27ed44cd95
commit bc672e04a7

View File

@ -124,10 +124,10 @@
and status=0
</if>
<if test="params.quoteStatus != null and params.quoteStatus==3">
and endDate <![CDATA[ < ]]> now()
and end_date <![CDATA[ < ]]> now()
</if>
<if test="params.quoteStatus != null and params.quoteStatus==4">
start_date <![CDATA[ <= ]]> now() and endDate <![CDATA[ > ]]> now() and status=1
start_date <![CDATA[ <= ]]> now() and end_date <![CDATA[ > ]]> now() and status=1
</if>
</where>