| ... | ... | @@ -260,7 +260,7 @@ public class GatherInfoHandle implements GatherInfoService { | 
|  |  | * 3. 车辆黑名单校验 | 
|  |  | */ | 
|  |  | private boolean veBlackListCheck(LandRoadVe ve){ | 
|  |  | if("Y".equals(ve.getVeState())){ | 
|  |  | if(ve!=null && "Y".equals(ve.getVeState())){ | 
|  |  | log.info(BLACKLIST+vaName); | 
|  |  | sendBw(info,false,BLACKLIST + vaName,null,listinfos); | 
|  |  | return false; | 
... | ... |  |