From 4bd66e027e9f95b8f868adf1fbe5459eaa82dd1b Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期三, 30 八月 2023 10:00:54 +0800
Subject: [PATCH] 合并代码

---
 user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java b/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java
index 0320c9d..7652569 100644
--- a/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java
+++ b/user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java
@@ -74,7 +74,7 @@
      * @return
      * @throws Exception
      */
-    OrderPriceWarpper queryOrderPrice(Integer uid, Long orderId) throws Exception;
+    OrderPriceInfoWarpper queryOrderPrice(Integer uid, Long orderId) throws Exception;
 
 
     /**
@@ -149,4 +149,6 @@
      * @throws Exception
      */
     List<OrderListWarpper> queryNotInvoiceOrder(Integer uid, NotInvoiceOrder notInvoiceOrder) throws Exception;
+
+
 }

--
Gitblit v1.7.1