From 213f6b217ba9eb8f5562adb7e90407a7797a581a Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期五, 24 三月 2023 10:35:37 +0800
Subject: [PATCH] 发票管理修改
---
user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/IOrderService.java | 16 +++++++++++++++-
1 files changed, 15 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 90e3eb1..bd8a81e 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,21 @@
* @return
* @throws Exception
*/
- OrderPriceWarpper queryOrderPrice(Integer uid, Long orderId, Integer payType) throws Exception;
+ OrderPriceWarpper queryOrderPrice(Integer uid, Long orderId) throws Exception;
+
+
+ /**
+ * 重新计算费用明细
+ * @param orderId
+ * @param couponId
+ * @param payType
+ * @param balance
+ * @return
+ * @throws Exception
+ */
+ OrderPriceWarpper calculationOfExpenses(Integer uid, Long orderId, Integer couponId, Integer payType, Double balance) throws Exception;
+
+
/**
* 获取支付页面的可用优惠券列表
--
Gitblit v1.7.1