车辆切换
This commit is contained in:
@@ -133,7 +133,7 @@ public class HotVehicleThreeInspectServiceImpl implements IHotVehicleThreeInspec
|
||||
throw new ServiceException("驾驶员ID不能为空");
|
||||
}
|
||||
Long parsedVehicleId = parseVehicleId(trimmedVehicleId);
|
||||
if (parsedVehicleId == null || !isVehicleOutbound(parsedVehicleId)) {
|
||||
if (parsedVehicleId == null) {
|
||||
return true;
|
||||
}
|
||||
HotVehicleThreeInspect latestInspect = selectLatestInspect(parsedVehicleId);
|
||||
|
||||
Reference in New Issue
Block a user