From 12c60b0f2799cd086d59e2da9561778d6964f8b9 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Wed, 6 Dec 2023 10:59:32 +0800 Subject: [PATCH] 1 --- .../Notes/UnplannedIssuesNotes/UnplannedIssueNoteAppService.cs | 2 +- be/WZC2.sln.DotSettings | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 be/WZC2.sln.DotSettings diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/UnplannedIssuesNotes/UnplannedIssueNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/UnplannedIssuesNotes/UnplannedIssueNoteAppService.cs index d131d72ef..36faf9345 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/UnplannedIssuesNotes/UnplannedIssueNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/UnplannedIssuesNotes/UnplannedIssueNoteAppService.cs @@ -53,7 +53,7 @@ public class UnplannedIssueNoteAppService : var userName = await _userAppService.GetUserNameByUserAsync(input.Worker).ConfigureAwait(false); entity.Worker = userName; } - + await _unplannedIssueNoteManager.CreateAsync(entity).ConfigureAwait(false); var dto = ObjectMapper.Map(entity); diff --git a/be/WZC2.sln.DotSettings b/be/WZC2.sln.DotSettings deleted file mode 100644 index 40b6fc393..000000000 --- a/be/WZC2.sln.DotSettings +++ /dev/null @@ -1,2 +0,0 @@ - - True \ No newline at end of file