无关风月
2024-09-06 6a90f2d1feaf583c211d5f9fe95dff7f7c748ed3
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -32,7 +32,7 @@
     * @return
     * @throws Exception
     */
    List<Driver> queryIdleDriver(Integer type, Integer serverCarModelId, Double lon, Double lat, Double distance, Integer companyId) throws Exception;
    List<Driver> queryIdleDriver(Integer uid, Integer type, Integer serverCarModelId, Double lon, Double lat, Double distance, Integer companyId) throws Exception;
    /**
@@ -59,5 +59,5 @@
     * @return
     * @throws Exception
     */
    List<BaseWarpper> queryBusiness(Integer uid) throws Exception;
    List<BaseWarpper> queryBusiness(Integer uid, Integer language) throws Exception;
}