DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/DriverServiceImpl.java
@@ -639,9 +639,9 @@ } } //专车业务需要校验 // if(0 == driver.getIsSynchronous() && type.contains("1")){ // return ResultUtil.error("请先开通钱包"); // } if(0 == driver.getIsSynchronous() && type.contains("1")){ return ResultUtil.error("请先开通钱包"); } //判断车辆是否正在使用中 Car car = carService.selectById(driver.getCarId()); if(car.getUseDriverId() != null && !car.getUseDriverId().equals(uid)){