diff --git a/WinIn.FasterZ.Wms.Fe/asdf b/WinIn.FasterZ.Wms.Fe/asdf deleted file mode 100644 index 5e40c0877..000000000 --- a/WinIn.FasterZ.Wms.Fe/asdf +++ /dev/null @@ -1 +0,0 @@ -asdf \ No newline at end of file diff --git a/WinIn.FasterZ.Wms.Fe/安胖胖目录.txt b/WinIn.FasterZ.Wms.Fe/安胖胖目录.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/DeliverRequests/DeliverRequestFisAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/DeliverRequests/DeliverRequestFisAppService.cs index 9e25e6475..d25188d64 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/DeliverRequests/DeliverRequestFisAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/DeliverRequests/DeliverRequestFisAppService.cs @@ -196,6 +196,13 @@ public class DeliverRequestFisAppService : #region import + protected override async Task ValidateImportModelAsync(DeliverRequestFisImportInput model, List validationRresult) + { + await CheckImportInputBusinessAsync(model,EnumImportMethod.Append,validationRresult).ConfigureAwait(false); + + await base.ValidateImportModelAsync(model, validationRresult).ConfigureAwait(false); + } + protected virtual async Task CheckImportInputBusinessAsync( DeliverRequestFisImportInput importInput, EnumImportMethod importMethod,