diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs index 828b6c6ee..042e52d93 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/CountNotes/CountNoteAppService.cs @@ -115,7 +115,7 @@ public class CountNoteAppService : { if (itemcBasicDto == null) { - throw new UserFriendlyException($"物品代码为【{detail.LocationCode}】不存在"); + throw new UserFriendlyException($"物品代码为【{detail.ItemCode}】不存在"); } }