| ... | ... | @@ -306,6 +306,9 @@ public class GatherInfoHandle implements GatherInfoService { | 
|  |  | } | 
|  |  |  | 
|  |  | case "调拨业务": | 
|  |  | if (goodsWhiteListCheck()){ | 
|  |  | return true; | 
|  |  | }else { | 
|  |  | //检查运单放行,拉板可出 | 
|  |  | if (gatherInfoHandle.resMessageService.checkManifestRelease(info,listinfos)){ | 
|  |  | return true; | 
| ... | ... | @@ -315,6 +318,8 @@ public class GatherInfoHandle implements GatherInfoService { | 
|  |  | sendBw(info,false,FANGXING,landBusinessTypeList,listinfos); | 
|  |  | return false; | 
|  |  | } | 
|  |  | } | 
|  |  |  | 
|  |  | default: | 
|  |  | return true; | 
|  |  | } | 
| ... | ... | @@ -612,6 +617,11 @@ public class GatherInfoHandle implements GatherInfoService { | 
|  |  | log.info("[调拨-空车]-{}空车离场",info.getVename()); | 
|  |  | return true; | 
|  |  | } | 
|  |  |  | 
|  |  | //白名单货物不检查放行 | 
|  |  | if (goodsWhiteListCheck()) { | 
|  |  | return true; | 
|  |  | }else{ | 
|  |  | //检查运单放行,拉板可出 | 
|  |  | if (gatherInfoHandle.resMessageService.checkManifestRelease(info,listinfos)){ | 
|  |  | return true; | 
| ... | ... | @@ -622,6 +632,8 @@ public class GatherInfoHandle implements GatherInfoService { | 
|  |  | return false; | 
|  |  | } | 
|  |  | //todo:检查ULD放行. | 
|  |  | } | 
|  |  |  | 
|  |  | }else{ | 
|  |  | log.error("[调拨业务]-出场未通过校验:"+GROWSSEXCETION); | 
|  |  | sendBw(info,false,GROWSSEXCETION,landBusinessTypeList,listinfos); | 
... | ... |  |