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 695fa8481..a825041b0 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 @@ -988,8 +988,8 @@ public class AssembleIssueJobAppService /// /// 返回信息 /// - /// 0成功其他失败 - /// OK成功其他错误信息 + /// 0成功其他失败 + /// OK成功其他错误信息 /// private AgvResultObject ReturnMessage(string code, string message) { 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 7609a4b4f..d446f24b2 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 @@ -768,6 +768,9 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase case "IPA-KWZ"://注塑线边库位组 transfer.Type = EnumTransSubType.Transfer_Injection.ToString(); break; + default: + throw new UserFriendlyException("结束库位、不是喷涂、注塑、涂装等线边类型!"); + } var item = await _itemBasicAppService.GetByCodeAsync(detail.MatCode).ConfigureAwait(false);