...
|
...
|
@@ -172,6 +172,7 @@ public class GatherInfoHandle implements GatherInfoService { |
|
|
// 场站白名单放行验证
|
|
|
if (areaWhiteListCheck()){
|
|
|
pass();
|
|
|
releaseFormCheck(); //流转申请单核销
|
|
|
return;
|
|
|
}
|
|
|
//入区核放
|
...
|
...
|
@@ -185,6 +186,8 @@ public class GatherInfoHandle implements GatherInfoService { |
|
|
|
|
|
if (goodsWhiteListCheck()){ //货物类型白名单
|
|
|
pass();
|
|
|
log.info("[SPECIAL]-特殊业务出区验放通过:{}",landBusinessTypeList.getCocode());
|
|
|
releaseFormCheck(); //流转申请单核销
|
|
|
return;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -449,6 +452,7 @@ public class GatherInfoHandle implements GatherInfoService { |
|
|
* 退库货物不校验运单放行.
|
|
|
*/
|
|
|
log.info("[退库业务]-重量核验通过.");
|
|
|
return true;
|
|
|
}else{
|
|
|
//检查运单放行
|
|
|
if (gatherInfoHandle.resMessageService.checkManifestRelease(info,listinfos)){
|
...
|
...
|
@@ -466,7 +470,6 @@ public class GatherInfoHandle implements GatherInfoService { |
|
|
sendBw(info,false,GROWSSEXCETION,landBusinessTypeList,listinfos);
|
|
|
return false;
|
|
|
}
|
|
|
break;
|
|
|
case "分拨业务":
|
|
|
if (gatherInfoHandle.weightCheckHandleService.checkAllocateOrDispatch(growssWt, selfWt, goodsWt,inWt)){
|
|
|
/**
|
...
|
...
|
|