md
This commit is contained in:
parent
27ed44cd95
commit
bc672e04a7
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user