md
This commit is contained in:
parent
2af68a6e1f
commit
32219b4181
@ -599,6 +599,13 @@
|
|||||||
and a.send_date <![CDATA[ <= ]]> #{params.endSendDate}
|
and a.send_date <![CDATA[ <= ]]> #{params.endSendDate}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
<if test="params.beginOrderDate != null and params.beginOrderDate != ''">
|
||||||
|
and a.order_date <![CDATA[ >= ]]> #{params.beginOrderDate}
|
||||||
|
</if>
|
||||||
|
<if test="params.endOrderDate != null and params.endOrderDate != ''">
|
||||||
|
and a.order_date <![CDATA[ <= ]]> #{params.endOrderDate}
|
||||||
|
</if>
|
||||||
|
|
||||||
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
|
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
|
||||||
and a.create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
|
and a.create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user