作者 xudada

去掉综保区无校验过卡

... ... @@ -195,7 +195,7 @@ public class LiftBar {
log4.info("[CHECK-INFO]-出场过磅重量:{}-申报装载货物重量:{}-入场过磅重量:{}-进出差值:{}-车重:{}",growssWt,goodsWt,inWt,diffVal,ve.getSelfWt());
//判断场站出场是否要重量校验,配置文件中配置的场站直接抬杆放行.
if(FileTool.readProperties("station").equals(list.getEndstation())||FileTool.readProperties("stationsf").equals(list.getEndstation())){
if(FileTool.readProperties("stationsf").equals(list.getEndstation())){
checkResult=true;
//货物类型判断,直接放行的.todo:这个逻辑比较强大,后期要看怎么处理
}else if(!"普通货物".equals(list.getCocode()) && !"转关货物".equals(list.getCocode())){
... ...