From 5051510b2dc4eeb100579d83269817fd4273261e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Tue, 3 Dec 2024 08:44:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8AGV=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Notes/TransferNotes/TransferNoteAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {