|
|
@ -36,7 +36,7 @@ public class OutgoingFromWmsEfCoreRepository : SfsEfCoreRepositoryBase<DataExcha |
|
|
|
.Where(p => p.Status == EnumExchangeDataStatus.Unread |
|
|
|
&& p.DestinationSystem == toSystemType.ToString() |
|
|
|
&& p.DataType == dataType.ToString()) |
|
|
|
.OrderBy(p => p.CreationTime) |
|
|
|
.OrderBy(p => p.TyrpNumber) |
|
|
|
.ToListAsync().ConfigureAwait(false); |
|
|
|
return entities; |
|
|
|
} |
|
|
|