|
|
@@ -136,6 +136,7 @@
|
|
|
<result column="s_order_pay_no" property="orderPayNo"/>
|
|
|
<result column="s_settlement_id" property="settlementId"/>
|
|
|
<result column="o_pay_time" property="orderPayTime"/>
|
|
|
+ <result column="o_dvy_type" property="dvyType"/>
|
|
|
|
|
|
<result column="freight_amount" property="freightAmount"/>
|
|
|
<result column="offset_points" property="offsetPoints"/>
|
|
|
@@ -168,6 +169,7 @@
|
|
|
|
|
|
<sql id="selectJoinAll">
|
|
|
SELECT r.*,
|
|
|
+ o.dvy_type as o_dvy_type,
|
|
|
o.pay_time as o_pay_time,
|
|
|
o.order_number AS o_order_number,
|
|
|
o.actual_total AS o_actual_total,
|