Commit 233ab582 authored by jiaorz's avatar jiaorz

车辆预定重新排班bug

parent a66e8d04
......@@ -438,7 +438,7 @@ public class VehicleBiz extends BaseBiz<VehicleMapper, Vehicle> implements UserR
}
//检验时间是否可以预定
Map<String, Integer> map = null;
Map<String, Integer> map = new HashMap<>();
//加入预定申请记录
VehicleBookRecord vehicleBookRecord = null;
if(bookVehicleVo.getVehicleBookRecordId() == 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