optimize
wet 1 year ago
parent f1ac3ee6fb
commit a65597c20c

@ -1093,9 +1093,6 @@ namespace Myshipping.Application
} }
if (string.IsNullOrEmpty(entity.VOYNO)) if (string.IsNullOrEmpty(entity.VOYNO))
{ {
entity.VOYNO = entity.VOYNOINNER; entity.VOYNO = entity.VOYNOINNER;
@ -2573,7 +2570,7 @@ namespace Myshipping.Application
await _repBookingStatus.InsertAsync(bookingStatus); await _repBookingStatus.InsertAsync(bookingStatus);
} }
} }
if (item.Status == "报关") if (item.Status == "海关放行")
{ {
if (list.Where(x => x.Code == "sta_haifang").FirstOrDefault() == null) if (list.Where(x => x.Code == "sta_haifang").FirstOrDefault() == null)
{ {

Loading…
Cancel
Save