booking_auth_dev
wet 2 years ago
parent 41ec1921ed
commit 096c606831

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

Loading…
Cancel
Save