Commit 95e933cb authored by hezhen's avatar hezhen

上下架

parent 41180cc0
......@@ -1634,6 +1634,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