@@ -87,13 +87,6 @@ | |||||
<if test=" null != payEndDate"> | <if test=" null != payEndDate"> | ||||
and `pay_time` <= #{payEndDate} | and `pay_time` <= #{payEndDate} | ||||
</if> | </if> | ||||
<if test=" null != statusS "> | |||||
and `pay_order_status` in | |||||
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> | |||||
#{sItem} | |||||
</foreach> | |||||
</if> | |||||
<if test=" null != ids "> | <if test=" null != ids "> | ||||
and id in | and id in | ||||
@@ -78,13 +78,6 @@ | |||||
<if test=" null != endDate"> | <if test=" null != endDate"> | ||||
and `create_date` <= #{endDate} | and `create_date` <= #{endDate} | ||||
</if> | </if> | ||||
<if test=" null != statusS "> | |||||
and `refund_order_status` in | |||||
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> | |||||
#{sItem} | |||||
</foreach> | |||||
</if> | |||||
<if test=" null != ids "> | <if test=" null != ids "> | ||||
and id in | and id in | ||||