From e52227b01983146f2e3c81dc575141d8b9889497 Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 10:16:30 +0800 Subject: [PATCH] 代码调整 --- DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java index 8656fe4..ad22c99 100644 --- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java +++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/server/IOrderPrivateCarService.java @@ -64,7 +64,6 @@ * @throws Exception */ Map<String, Object> queryOrderInfo(Integer orderId) throws Exception; - Map<String, Object> queryOrderInfo2(Integer orderId) throws Exception; @@ -88,19 +87,6 @@ * @throws Exception */ ResultUtil confirmFees(Integer orderId, Integer type, Double parkingFee, Double crossingFee) throws Exception; - ResultUtil cancleOrder(Integer orderId) throws Exception; - ResultUtil updatePeopleNum(Integer orderId, Integer peopleNum) throws Exception; - - - - /** - * 确认费用操作 - * @param orderId - * @param type - * @return - * @throws Exception - */ - ResultUtil confirmFees1(Integer orderId, Integer type, String additionalFee) throws Exception; /** @@ -137,12 +123,4 @@ * @throws Exception */ List<OrderPrivateCar> queryMaturity() throws Exception; - - - /** - * 获取结束订单30分钟后的数据 - * @return - * @throws Exception - */ - List<OrderPrivateCar> taskMidAxbUnBindSend() throws Exception; } -- Gitblit v1.7.1