|
@@ -46,8 +46,8 @@
|
|
|
<if test="sy.customerAbbreviation != null and sy.customerAbbreviation !=''">
|
|
|
AND customer_abbreviation = #{sy.customerAbbreviation}
|
|
|
</if>
|
|
|
- <if test="sy.date !=null and sy.date !=''">
|
|
|
- AND order_date = #{sy.date}
|
|
|
+ <if test="sy.dateStar !=null and sy.dateStar !='' and sy.dateEnd !=null and sy.dateEnd !='' ">
|
|
|
+ AND order_date BETWEEN #{sy.dateStar} AND #{sy.dateEnd}
|
|
|
</if>
|
|
|
<if test="sy.account != null and sy.account !=''">
|
|
|
AND account = #{sy.account}
|