From 78851285202a040f8ddf998c067cd462874c1cb9 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期四, 19 十月 2023 14:55:27 +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