Pu Zhibing
22 小时以前 aa72a1d1d8c792b322281f5ab01996bc62820b13
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)){