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/smallLogistics/server/IOrderLogisticsService.java | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java index 0abd627..cae3d6f 100644 --- a/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java +++ b/DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java @@ -3,7 +3,6 @@ import com.baomidou.mybatisplus.service.IService; import com.stylefeng.guns.modular.smallLogistics.model.OrderLogistics; import com.stylefeng.guns.modular.system.util.ResultUtil; -import com.stylefeng.guns.modular.system.warpper.TimeOutWarpper; import java.util.Date; import java.util.List; @@ -50,7 +49,7 @@ * @return * @throws Exception */ - ResultUtil process(Integer orderId, Integer state, Double lon, Double lat, String address, String driverImg) throws Exception; + ResultUtil process(Integer orderId, Integer state, Double lon, Double lat, String address) throws Exception; /** @@ -129,12 +128,4 @@ * @throws Exception */ List<OrderLogistics> queryMaturity() throws Exception; - - - /** - * 获取需要解绑小号的数据 - * @return - * @throws Exception - */ - List<OrderLogistics> taskMidAxbUnBindSend() throws Exception; } -- Gitblit v1.7.1