|
|
|
|
|
|
|
|
cardId, obuId); |
|
|
cardId, obuId); |
|
|
if (ObjectUtil.isNotNull(aflVehicleStatusInfo)) { |
|
|
if (ObjectUtil.isNotNull(aflVehicleStatusInfo)) { |
|
|
//单车先下黑的,返回true,进行单车反白 |
|
|
//单车先下黑的,返回true,进行单车反白 |
|
|
if (aflVehicleStatusInfo.getCreateTime().isBefore(blackInfo.getUpdateTime()) && |
|
|
|
|
|
|
|
|
if (aflVehicleStatusInfo.getUpdateTime().isBefore(blackInfo.getUpdateTime()) && |
|
|
aflVehicleStatusInfo.getType().equals(BlacklistOpType.IN.getCode())) { |
|
|
aflVehicleStatusInfo.getType().equals(BlacklistOpType.IN.getCode())) { |
|
|
log.info("单车先下黑的,进行单车反白,车牌号:{}", aflVehicleStatusInfo.getPlateNum()); |
|
|
log.info("单车先下黑的,进行单车反白,车牌号:{}", aflVehicleStatusInfo.getPlateNum()); |
|
|
return true; |
|
|
return true; |