Browse Source

feat:升级订单加钟订单不计算车费

wrj 2 days ago
parent
commit
162937042a

+ 4 - 0
nightFragrance-massage/src/main/resources/mapper/massage/TOrderMapper.xml

@@ -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,