yanghb
2023-04-24 981a04a92cbdf6fbd7b54ff9eec7b9c4e0896354
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;
}