@@ -519,7 +519,7 @@
<foreach collection="list" item="id" open="(" close=")" separator=",">
#{id}
</foreach>
- and status not in ('close','noPayment') and sku_id in (select id from goods_don_sku where goods_id = 26 and
+ and status not in ('close','noPayment','refund') and sku_id in (select id from goods_don_sku where goods_id = 26 and
is_mirror = 1)
</select>
</mapper>