|
|
@ -78,6 +78,7 @@
|
|
|
|
operator_name operator_name,
|
|
|
|
operator_name operator_name,
|
|
|
|
`status` `status` ,
|
|
|
|
`status` `status` ,
|
|
|
|
amount amount,
|
|
|
|
amount amount,
|
|
|
|
|
|
|
|
currency currency,
|
|
|
|
1 type
|
|
|
|
1 type
|
|
|
|
FROM
|
|
|
|
FROM
|
|
|
|
pmt_refunds
|
|
|
|
pmt_refunds
|
|
|
@ -107,6 +108,7 @@
|
|
|
|
ra.auditorname operator_name,
|
|
|
|
ra.auditorname operator_name,
|
|
|
|
ra.audit_result `status` ,
|
|
|
|
ra.audit_result `status` ,
|
|
|
|
r.amount amount,
|
|
|
|
r.amount amount,
|
|
|
|
|
|
|
|
r.currency currency,
|
|
|
|
2 type
|
|
|
|
2 type
|
|
|
|
FROM
|
|
|
|
FROM
|
|
|
|
pmt_refund_applies ra left join pmt_refunds r on ra.refund_id = r.refund_id
|
|
|
|
pmt_refund_applies ra left join pmt_refunds r on ra.refund_id = r.refund_id
|
|
|
|