From d45923a8b023f9a010fc75f53b13ffca01c573fa Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期五, 22 十二月 2023 10:57:46 +0800
Subject: [PATCH] 更新

---
 UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
index d1b1bc0..63ef460 100644
--- a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
+++ b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java
@@ -54,7 +54,7 @@
      * @return
      * @throws Exception
      */
-    ResultUtil<BaseWarpper> queryCancleAmount(Integer id) throws Exception;
+    ResultUtil<BaseWarpper> queryCancleAmount(Integer id, Integer language) throws Exception;
 
 
 
@@ -75,7 +75,7 @@
      * @return
      * @throws Exception
      */
-    ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, String accountNumber, Integer cancleId, Integer type, Integer language) throws Exception;
+    ResultUtil cancleOrderPrivateCar(Integer id, Integer payType, Integer bankCardId, Integer cancleId, Integer type, Integer language) throws Exception;
 
 
     String getOrderNum() throws Exception;
@@ -104,7 +104,7 @@
      * @return
      * @throws Exception
      */
-    List<Map<String, Object>> queryCoupon(Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception;
+    List<Map<String, Object>> queryCoupon(Integer language, Integer orderId, Integer uid, Integer pageNum, Integer size) throws Exception;
 
 
 
@@ -116,7 +116,7 @@
      * @return
      * @throws Exception
      */
-    ResultUtil payPrivateCarOrder(Integer payType, String accountNumber, Integer orderId, Integer couponId, Integer type, Integer language)throws Exception;
+    ResultUtil payPrivateCarOrder(Integer payType, Integer bankCardId, Integer orderId, Integer couponId, Integer type, Integer language)throws Exception;
 
 
 
@@ -148,10 +148,9 @@
      * 取消订单支付后的处理
      * @param id            订单=id
      * @param order_id      工行支付单号
-     * @param type          1=微信,2=支付宝
      * @throws Exception
      */
-    void payCancelOrderPrivateCar(Integer id, String order_id, Integer type) throws Exception;
+    void payCancelOrderPrivateCar(Integer id, String order_id, Integer language) throws Exception;
 
 
 
@@ -159,10 +158,9 @@
      * 支付完成后的订单处理
      * @param id            订单=id
      * @param order_id      工行支付单号
-     * @param type          1=微信,2=支付宝
      * @throws Exception
      */
-    void payOrderPrivateCarCallback(Integer id, String order_id, Integer type, Integer language) throws Exception;
+    void payOrderPrivateCarCallback(Integer id, String order_id, Integer language) throws Exception;
 
 
 
@@ -186,7 +184,7 @@
      * @return
      * @throws Exception
      */
-    List<Map<String, Object>> queryMyOrderList(Integer uid, Integer pageNum, Integer size) throws Exception;
+    List<Map<String, Object>> queryMyOrderList(Integer language, Integer uid, Integer pageNum, Integer size) throws Exception;
 
 
 
@@ -201,7 +199,7 @@
      * @return
      * @throws Exception
      */
-    List<Map<String, Object>> queryInvoiceOrder(Integer type, Date startTime, Date endTime, Double startMoney,
+    List<Map<String, Object>> queryInvoiceOrder(Integer language, Integer type, Date startTime, Date endTime, Double startMoney,
                                                 Double endMoney, Integer uid) throws Exception;
 
 
@@ -211,7 +209,7 @@
      * @param orderId
      * @return
      */
-    Map<String, Object> queryOrderInfo(Integer orderId) throws Exception;
+    Map<String, Object> queryOrderInfo(Integer language, Integer orderId) throws Exception;
 
 
 
@@ -221,7 +219,7 @@
      * @return
      * @throws Exception
      */
-    List<Map<String, Object>> queryMyTravelRecord(Integer uid) throws Exception;
+    List<Map<String, Object>> queryMyTravelRecord(Integer language, Integer uid) throws Exception;
 
 
 
@@ -249,5 +247,5 @@
      * @return
      * @throws Exception
      */
-    List<Map<String, Object>> queryRedEnvelope(Integer uid) throws Exception;
+    List<Map<String, Object>> queryRedEnvelope(Integer language, Integer uid) throws Exception;
 }

--
Gitblit v1.7.1