@@ -106,7 +106,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN `order` o ON o.order_sn = og.order_sn
WHERE
1 = 1
- and o.status = 1
+ and og.status = 1
<if test="refundStatusList != null and refundStatusList.size()!=0 ">
AND og.refund_status in
<foreach collection="refundStatusList" item="item" index="index" open="(" close=")" separator=",">