DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/server/IOrderCrossCityService.java
@@ -156,4 +156,15 @@ * @throws Exception */ List<OrderCrossCity> queryMaturity() throws Exception; String getOrderNum(Integer driverId, Integer lineShiftDriverId) throws Exception; /** * 抢单操作 * @param orderId * @param uid * @return * @throws Exception */ ResultUtil grabOrder(Integer orderId, Integer uid) throws Exception; }