| | |
| | | */ |
| | | List<Driver> queryIdleDriver(Integer type, Double lon, Double lat, Double distance, Integer companyId) throws Exception; |
| | | List<Driver> queryIdleDriverAll(Integer type, Double lon, Double lat, Double distance, Integer companyId) throws Exception; |
| | | List<Driver> queryIdleDriverAllCall(Integer type, Double lon, Double lat, Double distance, List<Integer> companyIds) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<BaseWarpper> queryBusiness(Integer uid) throws Exception; |
| | | |
| | | /** |
| | | * 跨城获取给定车型且相同线路的司机 |
| | | * @param serverCarModelId |
| | | * @param lineId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<Driver> queryDriversByLineAndCarModel (Integer type ,Integer serverCarModelId, Integer lineId ) throws Exception; |
| | | } |