Commit d7d1257e authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 311cb8b5 944cdc3c
......@@ -1635,6 +1635,7 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
vehicle.setId(UUID.randomUUID().toString());
vehicle.setParkBranchCompanyId(vehicleApply.getSubordinateBranch());
vehicle.setManageCompanyId(vehicleApply.getSubordinateBranch());
vehicle.setState(1);
insertSelective(vehicle);
vehicleId=vehicle.getId();
vehicleBookInfoBiz.addVehicleBookInfo(vehicleId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment