master
lujian 6 years ago
parent 8c207e5e97
commit 1e49ee0b9e

@ -813,6 +813,7 @@
AND t.refund_id IS NULL
AND t.transaction_type = 'Credit'
AND t.channel != 'System'
AND t.system_generate = 0
WHERE t.order_id = #{order_id} AND p.client_id = #{client_id}
</select>

Loading…
Cancel
Save