| | |
| | | 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; |
| | |
| | | * @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; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<OrderLogistics> queryMaturity() throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取需要解绑小号的数据 |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<OrderLogistics> taskMidAxbUnBindSend() throws Exception; |
| | | } |