|
@@ -14,6 +14,8 @@
|
|
|
<result column="dept_id" property="deptId"/>
|
|
|
<result column="distance" property="distance"/>
|
|
|
<result column="dept_name" property="deptName"/>
|
|
|
+ <result column="order_type" property="orderType"/>
|
|
|
+ <result column="price_difference" property="priceDifference"/>
|
|
|
<result column="new_js_id" property="newJsId"/>
|
|
|
<result column="fare" property="fare"/>
|
|
|
<result column="total_price" property="totalPrice"/>
|
|
@@ -86,6 +88,8 @@
|
|
|
t_order.atlas_add,
|
|
|
t_order.pay_type,
|
|
|
t_order.c_js_id,
|
|
|
+ t_order.order_type,
|
|
|
+ t_order.price_difference,
|
|
|
t_order.tape,
|
|
|
t_order.fare,
|
|
|
t_order.total_price,
|