From 1b91f6a9ee60a05fa69fd6f69ca3322ee1c0265e Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 15 May 2024 14:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs index 5ce16111c..69201656c 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs @@ -217,7 +217,7 @@ public class AssembleIssueJobAppService await _repository.UpdateAsync(assembleIssueJob).ConfigureAwait(false); } - [HttpPost("CompleteAsync/{id}")] + [HttpPost("Complete/{id}")] public async Task CompleteAsync(Guid id) { var assembleIssueJob = await _repository.FindAsync(id).ConfigureAwait(false);