主分单验证

booking_auth_dev
wet 2 years ago
parent 6643043c7e
commit 41ec1921ed

@ -355,14 +355,14 @@ namespace Myshipping.Application
{
if (input.ParentId == 0)
{
if (string.IsNullOrWhiteSpace(input.HBLNO))
if (!string.IsNullOrWhiteSpace(input.HBLNO))
{
throw Oops.Bah("主单不需要填写分单号");
}
}
else
{
if (string.IsNullOrWhiteSpace(input.MBLNO))
if (!string.IsNullOrWhiteSpace(input.MBLNO))
{
throw Oops.Bah("请填写主提单号");
}

Loading…
Cancel
Save