作者 shenhailong

修改 1201 模版 分单取消判断

... ... @@ -31,12 +31,10 @@
<ConditionCode>10</ConditionCode>
</TransportContractDocument>
<#if mt['awbh']??>
<#if mt.awbh?default("")?length gt 1>
<AssociatedTransportDocument>
<ID>${awba}_${mt.awbh}</ID>
</AssociatedTransportDocument>
</#if>
</#if>
<LoadingLocation>
<ID>${mt.originstation}</ID>
</LoadingLocation>
... ...