Commit 7bd53797 authored by libin's avatar libin

车型

parent d6878b03
...@@ -86,7 +86,7 @@ public class RentVehicleController extends BaseController<VehicleBiz> implements ...@@ -86,7 +86,7 @@ public class RentVehicleController extends BaseController<VehicleBiz> implements
//默认USER_APP 预约 //默认USER_APP 预约
Integer operatorId = USER_APP; Integer operatorId = USER_APP;
String userName = USER_APP_NAME; String userName = USER_APP_NAME;
return baseBiz.unbookVehicle4Employee(operatorId, bookRecordId, userName); return baseBiz.unbookVehicle4Employee(operatorId, bookRecordId, userName,null);
} }
/** /**
......
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