|
|
|
@ -3793,7 +3793,7 @@ namespace Myshipping.Application
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrWhiteSpace(order.NOBILL))
|
|
|
|
|
{
|
|
|
|
|
throw Oops.Bah("当前船公司{ca} EDI={name} 提单份数必填", order.CARRIERID, ediRouteEnum.ToString());
|
|
|
|
|
throw Oops.Bah($"当前船公司{order.CARRIERID} EDI={ediRouteEnum.ToString()} 提单份数必填");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|