|
@@ -325,7 +325,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
a.amount , -- 订单金额
|
|
|
a.real_amount , -- 订单实付金额
|
|
|
a.payway , -- 支付方式ID、支付方式名
|
|
|
- a.pay_device ,-- 支付场景ID、支付场景名
|
|
|
+ a.pay_device as pay_scene,-- 支付场景ID、支付场景名
|
|
|
a.status as order_status, -- 支付状态
|
|
|
a.cp_status , -- cp通知状态
|
|
|
a.last_notify_time as last_cp_notify_time , -- cp最后通知时间
|
|
@@ -403,7 +403,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
a.amount , -- 订单金额
|
|
|
a.real_amount , -- 订单实付金额
|
|
|
a.payway , -- 支付方式ID、支付方式名
|
|
|
- a.pay_device ,-- 支付场景ID、支付场景名
|
|
|
+ a.pay_device as pay_scene,-- 支付场景ID、支付场景名
|
|
|
a.status as order_status, -- 支付状态
|
|
|
a.cp_status , -- cp通知状态
|
|
|
a.last_notify_time as last_cp_notify_time , -- cp最后通知时间
|
|
@@ -482,7 +482,7 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
a.amount , -- 订单金额
|
|
|
a.real_amount , -- 订单实付金额
|
|
|
a.payway , -- 支付方式ID、支付方式名
|
|
|
- a.pay_device ,-- 支付场景ID、支付场景名
|
|
|
+ a.pay_device as pay_scene,-- 支付场景ID、支付场景名
|
|
|
a.status as order_status, -- 支付状态
|
|
|
a.cp_status , -- cp通知状态
|
|
|
a.last_notify_time as last_cp_notify_time , -- cp最后通知时间
|
|
@@ -522,4 +522,5 @@ public class AdsOrderDetailService implements IAdsOrderDetailService {
|
|
|
) a
|
|
|
""";
|
|
|
}
|
|
|
+
|
|
|
}
|