diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs index 968f78324..66cff242b 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs @@ -633,7 +633,7 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase List successList = new List(); foreach (var itm in inputs) { - var jobres = await PushOutTaskAsync(itm).ConfigureAwait(false); + var jobres = await SendInterFaceAsync(itm).ConfigureAwait(false); if (jobres.Code != "0") { _logger.LogInformation(jobres.Message); @@ -817,7 +817,7 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase } return ret; } - private async Task PushOutTaskAsync(TransferNoteDTO job) + private async Task SendInterFaceAsync(TransferNoteDTO job) { var ret = new AgvResultObject {