后管页面分润数据新增 结算时间字段

This commit is contained in:
Lemon
2025-05-12 09:34:09 +08:00
parent 34975d28cf
commit 2e959ab845
4 changed files with 12 additions and 0 deletions

View File

@@ -803,6 +803,7 @@
<select id="queryOrderSplitData" resultType="com.jsowell.pile.vo.web.OrderSplitRecordVO">
SELECT
t1.order_code AS orderCode,
t2.settlement_time as settlementTime,
t1.station_id AS stationId,
t2.order_amount AS orderAmount,
t1.settle_amount AS settleAmount,