|
|
|
@ -12075,7 +12075,7 @@ namespace Myshipping.Application
|
|
|
|
|
carrierId = (carrierId ?? order.CARRIERID).ToUpper();
|
|
|
|
|
if (carrierId != "MSK")
|
|
|
|
|
{
|
|
|
|
|
result.Add(new SubmitTelexResultDto(order.MBLNO, false, $"{order.CARRIER}船公司此功能待开发"));
|
|
|
|
|
result.Add(new SubmitTelexResultDto(order.MBLNO, false, $"[{order.CARRIER}]船公司此功能待开发"));
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -12084,7 +12084,7 @@ namespace Myshipping.Application
|
|
|
|
|
issueType = issueType?? order.ISSUETYPE;
|
|
|
|
|
if (!issueType.Equals("telex", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
{
|
|
|
|
|
result.Add(new SubmitTelexResultDto(order.MBLNO, false, $"{order.MBLNO}签单方式非电放"));
|
|
|
|
|
result.Add(new SubmitTelexResultDto(order.MBLNO, false, $"签单方式非电放"));
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|