master
james.zhao 6 years ago
parent 01f94ad1df
commit a7677a8cee

@ -805,7 +805,6 @@
FROM pmt_orders o FROM pmt_orders o
INNER JOIN sys_clients p INNER JOIN sys_clients p
ON p.client_id = o.client_id ON p.client_id = o.client_id
AND p.is_valid = 1
LEFT JOIN pmt_transactions t LEFT JOIN pmt_transactions t
ON t.order_id = o.order_id ON t.order_id = o.order_id
AND t.refund_id IS NULL AND t.refund_id IS NULL

Loading…
Cancel
Save