mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
添加站点id
This commit is contained in:
@@ -20,6 +20,9 @@ public class OrderPaymentDetailVO {
|
||||
// 运营商id
|
||||
private String merchantId;
|
||||
|
||||
// 站点id
|
||||
private String stationId;
|
||||
|
||||
// 支付金额
|
||||
private BigDecimal payAmount;
|
||||
|
||||
|
||||
@@ -3401,6 +3401,7 @@
|
||||
SELECT
|
||||
t1.`order_code` as orderCode,
|
||||
t1.`settle_amount` as settleAmount,
|
||||
t1.station_id as stationId,
|
||||
t2.payment_id as paymentId
|
||||
FROM
|
||||
`order_basic_info` t1
|
||||
|
||||
Reference in New Issue
Block a user