yanghb
2023-04-21 59f70d9b19408d36f40ee0f418bf98232c40fb33
DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -3,7 +3,6 @@
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.Driver;
import com.stylefeng.guns.modular.system.util.ResultUtil;
import com.stylefeng.guns.modular.system.warpper.BaseWarpper;
import java.util.List;
import java.util.Map;
@@ -67,17 +66,4 @@
     * @throws Exception
     */
    List<Driver> queryByCarId(Integer carId) throws Exception;
    /**
     * 获取调度所在公司可服务的司机列表
     * @param uid
     * @param startLonLat
     * @param endLonLat
     * @param type
     * @param carModelId
     * @return
     * @throws Exception
     */
    List<BaseWarpper> getServerDriverList(Integer uid, String startLonLat, String endLonLat, Integer type, Integer carModelId) throws Exception;
}