|
|
@ -18,6 +18,7 @@
|
|
|
|
o.client_order_id,
|
|
|
|
o.client_order_id,
|
|
|
|
o.gateway,
|
|
|
|
o.gateway,
|
|
|
|
o.channel,
|
|
|
|
o.channel,
|
|
|
|
|
|
|
|
o.pay_type,
|
|
|
|
o.pre_authorization,
|
|
|
|
o.pre_authorization,
|
|
|
|
p.client_moniker,
|
|
|
|
p.client_moniker,
|
|
|
|
p.short_name,
|
|
|
|
p.short_name,
|
|
|
@ -48,6 +49,7 @@
|
|
|
|
o.confirm_time pay_time,
|
|
|
|
o.confirm_time pay_time,
|
|
|
|
o.pre_authorization,
|
|
|
|
o.pre_authorization,
|
|
|
|
o.source,
|
|
|
|
o.source,
|
|
|
|
|
|
|
|
o.pay_type,
|
|
|
|
CASE o.status
|
|
|
|
CASE o.status
|
|
|
|
WHEN 0
|
|
|
|
WHEN 0
|
|
|
|
THEN 'SUBMITTING'
|
|
|
|
THEN 'SUBMITTING'
|
|
|
@ -159,7 +161,7 @@
|
|
|
|
select oo.order_id,oo.client_id,oo.total_amount,oo.display_amount,
|
|
|
|
select oo.order_id,oo.client_id,oo.total_amount,oo.display_amount,
|
|
|
|
oo.customer_payment_amount,oo.coupon_payment_amount,oo.currency,
|
|
|
|
oo.customer_payment_amount,oo.coupon_payment_amount,oo.currency,
|
|
|
|
oo.create_time,oo.confirm_time,oo.status,oo.order_description,oo.order_detail,
|
|
|
|
oo.create_time,oo.confirm_time,oo.status,oo.order_description,oo.order_detail,
|
|
|
|
oo.client_order_id,oo.gateway,oo.channel,oo.pre_authorization,oo.refund_amount,oo.customer_id,oo.source
|
|
|
|
oo.client_order_id,oo.gateway,oo.channel,oo.pre_authorization,oo.refund_amount,oo.customer_id,oo.source,oo.pay_type
|
|
|
|
from pmt_orders oo
|
|
|
|
from pmt_orders oo
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="search_text != null">
|
|
|
|
<if test="search_text != null">
|
|
|
@ -301,7 +303,7 @@
|
|
|
|
select oo.order_id,oo.client_id,oo.total_amount,oo.display_amount,
|
|
|
|
select oo.order_id,oo.client_id,oo.total_amount,oo.display_amount,
|
|
|
|
oo.customer_payment_amount,oo.coupon_payment_amount,oo.currency,
|
|
|
|
oo.customer_payment_amount,oo.coupon_payment_amount,oo.currency,
|
|
|
|
oo.create_time,oo.confirm_time,oo.status,oo.order_description,oo.order_detail,
|
|
|
|
oo.create_time,oo.confirm_time,oo.status,oo.order_description,oo.order_detail,
|
|
|
|
oo.client_order_id,oo.gateway,oo.channel,oo.pre_authorization,oo.refund_amount,oo.customer_id,oo.source
|
|
|
|
oo.client_order_id,oo.gateway,oo.channel,oo.pre_authorization,oo.refund_amount,oo.customer_id,oo.source,oo.pay_type
|
|
|
|
from pmt_orders oo
|
|
|
|
from pmt_orders oo
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="search_text != null">
|
|
|
|
<if test="search_text != null">
|
|
|
|