From c7d2e9805b1b6842fd9dba1584706b1bc2ef3d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Fri, 15 Nov 2024 09:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E4=BD=93=E5=BA=93=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GaoTongs/GaoTongAppService.cs | 4 ++-- .../IssueJobs/AssembleIssueJobs/AssembleIssueJobAppService.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs index 175370b57..6bf256eaa 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/GaoTongs/GaoTongAppService.cs @@ -72,7 +72,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService TransferNoteEditInput transferNoteEditInput = new TransferNoteEditInput(); transferNoteEditInput.TenantId = null; transferNoteEditInput.Remark = String.Empty; - transferNoteEditInput.Worker = "LITIKU"; + transferNoteEditInput.Worker = "LITK"; transferNoteEditInput.ActiveDate = CommonHelper.CurTime; transferNoteEditInput.Type = EnumTransSubType.Transfer_Coating.ToString(); //喷涂完工转储 transferNoteEditInput.UseOnTheWayLocation = false; @@ -191,7 +191,7 @@ public class GaoTongAppService : ApplicationService, IGaoTongAppService transferNoteEditInput.TenantId = null; transferNoteEditInput.Remark = String.Empty; - transferNoteEditInput.Worker ="LITIKU"; + transferNoteEditInput.Worker = "LITK"; transferNoteEditInput.ActiveDate = CommonHelper.CurTime; //transferNoteEditInput.Type = EnumTransSubType.Depot_Out.ToString(); //喷涂完工转储 transferNoteEditInput.UseOnTheWayLocation = false; 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 49d997ee3..4f9f966a0 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 @@ -670,7 +670,7 @@ public class AssembleIssueJobAppService Data = json }; } - itm.Worker = "LITIKU"; + itm.Worker = "LITK"; itm.Details = details; // await CompleteAsync(itm.Id, itm).ConfigureAwait(false); _logger.LogInformation($"{flag}接收到立体库确认单据内容:" + json + "立体库任务完成");