|
|
@@ -1120,7 +1120,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
t1.delivery_code as deliverySn,
|
|
|
t3.company_name as companyName,
|
|
|
t4.nick_name as companyUserNickName,
|
|
|
- lop.bank_transaction_id as bankTransactionId
|
|
|
+ lop.bank_transaction_id as bankTransactionId,
|
|
|
+ t1.pay_money,
|
|
|
+ t1.pay_delivery as payPostage
|
|
|
from
|
|
|
live_order t1
|
|
|
left join live_order_item t2 on t1.order_id = t2.order_id
|