|
@@ -22,8 +22,6 @@
|
|
<if test="rebateType != null">and t2.rebate_type = #{rebateType}</if>
|
|
<if test="rebateType != null">and t2.rebate_type = #{rebateType}</if>
|
|
<if test="advancePay != null">and t2.advance_pay = #{advancePay}</if>
|
|
<if test="advancePay != null">and t2.advance_pay = #{advancePay}</if>
|
|
<if test="customerFlag != null">and t2.customer_flag = #{customerFlag}</if>
|
|
<if test="customerFlag != null">and t2.customer_flag = #{customerFlag}</if>
|
|
-
|
|
|
|
-
|
|
|
|
<if test="saleIds != null and saleIds.size() > 0">
|
|
<if test="saleIds != null and saleIds.size() > 0">
|
|
and (t2.sale_id in
|
|
and (t2.sale_id in
|
|
<foreach item="item" index="index" collection="saleIds" open="(" separator="," close=")">
|
|
<foreach item="item" index="index" collection="saleIds" open="(" separator="," close=")">
|