添加站点id

This commit is contained in:
Guoqs
2025-10-10 14:06:23 +08:00
parent cf5a02d56a
commit c3ddcccc80
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ public class OrderPaymentDetailVO {
// 运营商id
private String merchantId;
// 站点id
private String stationId;
// 支付金额
private BigDecimal payAmount;

View File

@@ -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