|
@@ -73,7 +73,7 @@
|
|
|
<sql id="settlementLogisticsSelect">
|
|
<sql id="settlementLogisticsSelect">
|
|
|
select l.name as ledgerName,
|
|
select l.name as ledgerName,
|
|
|
l.l_ledger_no as lLedgerNo,
|
|
l.l_ledger_no as lLedgerNo,
|
|
|
- l.trading as ledgerTrading,
|
|
|
|
|
|
|
+ l.trading as trading,
|
|
|
l.settle_price as ledgerSettlePrice,
|
|
l.settle_price as ledgerSettlePrice,
|
|
|
l.url as attachmentUrl,
|
|
l.url as attachmentUrl,
|
|
|
|
|
|
|
@@ -170,8 +170,8 @@
|
|
|
resultType="com.sckw.payment.model.dto.SettlementLogisticsDto">
|
|
resultType="com.sckw.payment.model.dto.SettlementLogisticsDto">
|
|
|
select l.name as ledgerName,
|
|
select l.name as ledgerName,
|
|
|
l.l_ledger_no as lLedgerNo,
|
|
l.l_ledger_no as lLedgerNo,
|
|
|
- l.trading as ledgerTrading,
|
|
|
|
|
- l.settle_price as ledgerSettlePrice,
|
|
|
|
|
|
|
+ l.trading as trading,
|
|
|
|
|
+ l.settle_price as settlePrice,
|
|
|
l.url as attachmentUrl,
|
|
l.url as attachmentUrl,
|
|
|
|
|
|
|
|
lu.unit_type as unitType,
|
|
lu.unit_type as unitType,
|