48a43dd4 刘嘉

菠萝派接口-退款下载接口修改

1 个父辈 94a3112d
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
66 FROM im_order_refund r 66 FROM im_order_refund r
67 LEFT JOIN im_refund_order_item r1 ON r.refund_id = r1.refund_id 67 LEFT JOIN im_refund_order_item r1 ON r.refund_id = r1.refund_id
68 LEFT JOIN im_product p ON p.im_product_id = r1.product_id 68 LEFT JOIN im_product p ON p.im_product_id = r1.product_id
69 WHERE 1 = 1 and r.order_from = 1 and r.refund_status IN ('1','2','3','5','7') 69 WHERE 1 = 1 and r.order_from = 1 and r.refund_status NOT IN ('100','101','-128')
70 <if test="supplierId!=null and supplierId !=''"> 70 <if test="supplierId!=null and supplierId !=''">
71 AND r.supplier_id = #{supplierId} 71 AND r.supplier_id = #{supplierId}
72 </if> 72 </if>
......