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