DriverNTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/CarServiceImpl.java
@@ -139,6 +139,7 @@ car.setDrivingLicensePhoto(drivingLicensePhoto); car.setCarPhoto(carPhoto); car.setInsurancePhoto(insurancePhoto); car.setCreateBy(uid); Driver driver = driverService.selectById(uid); car.setCompanyId(driver.getCompanyId());