From 2b6ef82c8a34e3888fda14af8d209e5894b4e2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Fri, 22 Nov 2024 08:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TransferLibRequests/TransferLibRequestAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/TransferLibRequests/TransferLibRequestAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/TransferLibRequests/TransferLibRequestAppService.cs index 6f15c7508..d20e60820 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/TransferLibRequests/TransferLibRequestAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Requests/TransferLibRequests/TransferLibRequestAppService.cs @@ -493,7 +493,7 @@ public class TransferLibRequestAppService : SfsStoreRequestAppServiceBase protected void ChecktQty(TransferLibRequestImportInput importInput, List validationRresult) { } - + [HttpPost("IsCompleted")] public async Task IsCompleted(string jobNumber) { var list = await _repository.GetListAsync(p => p.CallJobNumber == jobNumber).ConfigureAwait(false);