From 75a2623173bcc4a235aa1f99f7ef28519186160b Mon Sep 17 00:00:00 2001
From: yanghb <yanghb>
Date: 星期五, 21 四月 2023 11:24:25 +0800
Subject: [PATCH] 代码调整

---
 UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java |   63 ++-----------------------------
 1 files changed, 4 insertions(+), 59 deletions(-)

diff --git a/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java b/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java
index 62f1ac1..482b534 100644
--- a/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java
+++ b/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java
@@ -2,7 +2,10 @@
 
 import com.baomidou.mybatisplus.service.IService;
 import com.stylefeng.guns.modular.system.util.ResultUtil;
-import com.stylefeng.guns.modular.system.warpper.*;
+import com.stylefeng.guns.modular.system.warpper.BaseWarpper;
+import com.stylefeng.guns.modular.system.warpper.EndPushWarpper;
+import com.stylefeng.guns.modular.system.warpper.OrderServerWarpper;
+import com.stylefeng.guns.modular.system.warpper.OrderStatusWarpper;
 import com.stylefeng.guns.modular.taxi.model.OrderTaxi;
 
 import java.util.Date;
@@ -78,16 +81,6 @@
     Map<String, Object> queryBalance(Integer orderId, Integer uid) throws Exception;
 
 
-
-    /**
-     * 获取用户余额和优惠数据
-     * @param uid
-     * @return
-     * @throws Exception
-     */
-    PreferentialDataVo queryBalance1(Integer orderId, Integer uid) throws Exception;
-
-
     /**
      * 获取优惠券列表
      * @param orderId
@@ -98,19 +91,6 @@
 
 
     /**
-     * 获取优惠券和打车卡列表
-     * @param orderId
-     * @param uid
-     * @param pageNum
-     * @param size
-     * @return
-     * @throws Exception
-     */
-    List<CouponsListVo> queryCouponList(Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception;
-
-
-
-    /**
      * 订单完成支付订单操作
      * @param payType
      * @param orderId
@@ -118,18 +98,6 @@
      * @throws Exception
      */
     ResultUtil payTaxiOrder(Integer payType, Integer orderId, Integer couponId, Integer type)throws Exception;
-
-
-
-    /**
-     * 订单完成支付订单操作
-     * @param payType
-     * @param orderId
-     * @return
-     * @throws Exception
-     */
-    ResultUtil payTaxiOrder1(Integer payType, Integer orderId, Integer objectId, Integer objectType, Integer type)throws Exception;
-
 
 
     /**
@@ -268,27 +236,4 @@
      * @throws Exception
      */
     String getOrderNum() throws Exception;
-
-
-
-    /**
-     * 支付感谢费
-     * @param uid
-     * @param orderId
-     * @param money
-     * @param payType
-     * @return
-     * @throws Exception
-     */
-    ResultUtil payThankYouFee(Integer uid, Integer orderId, Double money, Integer payType, Integer type) throws Exception;
-
-
-
-    /**
-     * 感谢费支付回调处理
-     * @param orderId
-     * @param order_id
-     * @throws Exception
-     */
-    void payThankYouFeeCallback(Integer orderId, String order_id, Integer payType) throws Exception;
 }

--
Gitblit v1.7.1